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.cpp156 TemporaryInsts.remove(MI); in insertInstr()
184 TemporaryInsts.insert(MI); in recordNewInstruction()
216 TemporaryInsts.remove(MI); in handleRemoveInst()
223 while (!TemporaryInsts.empty()) { in handleRecordedInsts()
224 auto *MI = TemporaryInsts.pop_back_val(); in handleRecordedInsts()
261 TemporaryInsts.clear(); in releaseMemory()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DCSEInfo.h87 GISelWorkList<8> TemporaryInsts; variable