Searched refs:TemporaryInsts (Results 1 – 2 of 2) sorted by relevance
166 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()
89 GISelWorkList<8> TemporaryInsts; variable