Searched refs:TemporaryInsts (Results 1 – 2 of 2) sorted by relevance
151 TemporaryInsts.remove(MI); in insertInstr()179 TemporaryInsts.insert(MI); in recordNewInstruction()211 TemporaryInsts.remove(MI); in handleRemoveInst()215 while (!TemporaryInsts.empty()) { in handleRecordedInsts()216 auto *MI = TemporaryInsts.pop_back_val(); in handleRecordedInsts()254 TemporaryInsts.clear(); in releaseMemory()
87 GISelWorkList<8> TemporaryInsts; variable