Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp560 DenseSet<Instruction *> AllTempInstructions; member in __anon46287ded0311::NewGVN
1093 if (!AllTempInstructions.count(I)) in checkSimplificationResults()
1103 if (!AllTempInstructions.count(I)) in checkSimplificationResults()
2120 if (AllTempInstructions.count(I)) in addPredicateUsers()
2591 AllTempInstructions.insert(Op); in addPhiOfOps()
2683 AllTempInstructions.insert(TransInst); in findLeaderForInst()
2692 AllTempInstructions.erase(TransInst); in findLeaderForInst()
2956 AllTempInstructions.end()); in cleanupTables()
2957 AllTempInstructions.clear(); in cleanupTables()
3971 if (DefInst && AllTempInstructions.count(DefInst)) { in eliminateInstructions()
[all …]