Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DBranchProbabilityInfo.cpp224 SmallPtrSet<BasicBlock *, 8> BackEdges; in calcLoopBranchHeuristics() local
232 BackEdges.insert(*I); in calcLoopBranchHeuristics()
237 if (uint32_t numBackEdges = BackEdges.size()) { in calcLoopBranchHeuristics()
242 for (SmallPtrSet<BasicBlock *, 8>::iterator EI = BackEdges.begin(), in calcLoopBranchHeuristics()
243 EE = BackEdges.end(); EI != EE; ++EI) { in calcLoopBranchHeuristics()