Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp564 DenseSet<Instruction *> AllTempInstructions; member in __anonb3555ec80211::NewGVN
2570 AllTempInstructions.insert(Op); in addPhiOfOps()
2662 AllTempInstructions.insert(TransInst); in findLeaderForInst()
2673 AllTempInstructions.erase(TransInst); in findLeaderForInst()
2946 SmallVector<Instruction *, 8> TempInst(AllTempInstructions.begin(), in cleanupTables()
2947 AllTempInstructions.end()); in cleanupTables()
2948 AllTempInstructions.clear(); in cleanupTables()
3971 if (DefInst && AllTempInstructions.count(DefInst)) { in eliminateInstructions()
3977 AllTempInstructions.erase(PN); in eliminateInstructions()