Home
last modified time | relevance | path

Searched refs:AllTempInstructions (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp563 DenseSet<Instruction *> AllTempInstructions; member in __anonf7cb05f80211::NewGVN
2560 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()