Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp564 DenseSet<Instruction *> AllTempInstructions; member in __anonccb5b2130211::NewGVN
2537 AllTempInstructions.insert(Op); in addPhiOfOps()
2629 AllTempInstructions.insert(TransInst); in findLeaderForInst()
2640 AllTempInstructions.erase(TransInst); in findLeaderForInst()
2911 SmallVector<Instruction *, 8> TempInst(AllTempInstructions.begin(), in cleanupTables()
2912 AllTempInstructions.end()); in cleanupTables()
2913 AllTempInstructions.clear(); in cleanupTables()
3929 if (DefInst && AllTempInstructions.count(DefInst)) { in eliminateInstructions()
3935 AllTempInstructions.erase(PN); in eliminateInstructions()