Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Analysis/
DProfileVerifierPass.cpp115 std::set<const BType*> ProcessedSuccs; in printDebugInfo() local
118 if (ProcessedSuccs.insert(*bbi).second) { in printDebugInfo()
261 std::set<const BType*> ProcessedSuccs; in recurseBasicBlock() local
272 if (ProcessedSuccs.insert(*bbi).second) { in recurseBasicBlock()
DProfileEstimatorPass.cpp261 std::set<BasicBlock*> ProcessedSuccs; in recurseBasicBlock() local
272 if (ProcessedSuccs.insert(*bbi).second) { in recurseBasicBlock()
DProfileInfo.cpp105 std::set<const BasicBlock*> ProcessedSuccs; in getExecutionCount() local
108 if (ProcessedSuccs.insert(*SI).second) { in getExecutionCount()
598 std::set<const BasicBlock*> ProcessedSuccs; in EstimateMissingEdges() local
603 if (ProcessedSuccs.insert(*sbbi).second) { in EstimateMissingEdges()