Lines Matching refs:AllTempInstructions
560 DenseSet<Instruction *> AllTempInstructions; member in __anon46287ded0311::NewGVN
1093 if (!AllTempInstructions.count(I)) in checkSimplificationResults()
1103 if (!AllTempInstructions.count(I)) in checkSimplificationResults()
2120 if (AllTempInstructions.count(I)) in addPredicateUsers()
2591 AllTempInstructions.insert(Op); in addPhiOfOps()
2683 AllTempInstructions.insert(TransInst); in findLeaderForInst()
2692 AllTempInstructions.erase(TransInst); in findLeaderForInst()
2955 SmallVector<Instruction *, 8> TempInst(AllTempInstructions.begin(), in cleanupTables()
2956 AllTempInstructions.end()); in cleanupTables()
2957 AllTempInstructions.clear(); in cleanupTables()
3971 if (DefInst && AllTempInstructions.count(DefInst)) { in eliminateInstructions()
3977 AllTempInstructions.erase(PN); in eliminateInstructions()