Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp563 DenseSet<Instruction *> AllTempInstructions; member in __anon9b3904d50211::NewGVN
2567 AllTempInstructions.insert(Op); in addPhiOfOps()
2659 AllTempInstructions.insert(TransInst); in findLeaderForInst()
2670 AllTempInstructions.erase(TransInst); in findLeaderForInst()
2940 SmallVector<Instruction *, 8> TempInst(AllTempInstructions.begin(), in cleanupTables()
2941 AllTempInstructions.end()); in cleanupTables()
2942 AllTempInstructions.clear(); in cleanupTables()
3959 if (DefInst && AllTempInstructions.count(DefInst)) { in eliminateInstructions()
3965 AllTempInstructions.erase(PN); in eliminateInstructions()