Searched refs:AllTempInstructions (Results 1 – 1 of 1) sorted by relevance
563 DenseSet<Instruction *> AllTempInstructions; member in __anonf7cb05f80211::NewGVN2560 AllTempInstructions.insert(Op); in addPhiOfOps()2661 AllTempInstructions.insert(TransInst); in findLeaderForInst()2672 AllTempInstructions.erase(TransInst); in findLeaderForInst()2943 SmallVector<Instruction *, 8> TempInst(AllTempInstructions.begin(), in cleanupTables()2944 AllTempInstructions.end()); in cleanupTables()2945 AllTempInstructions.clear(); in cleanupTables()3961 if (DefInst && AllTempInstructions.count(DefInst)) { in eliminateInstructions()3967 AllTempInstructions.erase(PN); in eliminateInstructions()