Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DNewGVN.cpp560 DenseSet<Instruction *> AllTempInstructions; member in __anonc9d17a0b0311::NewGVN
1091 if (!AllTempInstructions.count(I)) in checkSimplificationResults()
1100 if (!AllTempInstructions.count(I)) in checkSimplificationResults()
2117 if (AllTempInstructions.count(I)) in addPredicateUsers()
2588 AllTempInstructions.insert(Op); in addPhiOfOps()
2680 AllTempInstructions.insert(TransInst); in findLeaderForInst()
2689 AllTempInstructions.erase(TransInst); in findLeaderForInst()
2952 SmallVector<Instruction *, 8> TempInst(AllTempInstructions.begin(), in cleanupTables()
2953 AllTempInstructions.end()); in cleanupTables()
2954 AllTempInstructions.clear(); in cleanupTables()
[all …]