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.cpp576 DenseSet<Instruction *> AllTempInstructions; member in __anonb3555ec80211::NewGVN
2609 AllTempInstructions.insert(Op); in addPhiOfOps()
2701 AllTempInstructions.insert(TransInst); in findLeaderForInst()
2712 AllTempInstructions.erase(TransInst); in findLeaderForInst()
2984 SmallVector<Instruction *, 8> TempInst(AllTempInstructions.begin(), in cleanupTables()
2985 AllTempInstructions.end()); in cleanupTables()
2986 AllTempInstructions.clear(); in cleanupTables()
4003 if (DefInst && AllTempInstructions.count(DefInst)) { in eliminateInstructions()
4009 AllTempInstructions.erase(PN); in eliminateInstructions()