Home
last modified time | relevance | path

Searched refs:TemporaryInsts (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCSEInfo.cpp166 TemporaryInsts.remove(MI); in insertInstr()
191 TemporaryInsts.insert(MI); in recordNewInstruction()
223 TemporaryInsts.remove(MI); in handleRemoveInst()
230 while (!TemporaryInsts.empty()) { in handleRecordedInsts()
231 auto *MI = TemporaryInsts.pop_back_val(); in handleRecordedInsts()
268 TemporaryInsts.clear(); in releaseMemory()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DCSEInfo.h89 GISelWorkList<8> TemporaryInsts; variable