Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DBranchProbabilityInfo.cpp338 SmallVector<unsigned, 8> BackEdges; in calcLoopBranchHeuristics() local
346 BackEdges.push_back(I.getSuccessorIndex()); in calcLoopBranchHeuristics()
351 if (BackEdges.empty() && ExitingEdges.empty()) in calcLoopBranchHeuristics()
354 if (uint32_t numBackEdges = BackEdges.size()) { in calcLoopBranchHeuristics()
359 for (SmallVectorImpl<unsigned>::iterator EI = BackEdges.begin(), in calcLoopBranchHeuristics()
360 EE = BackEdges.end(); EI != EE; ++EI) { in calcLoopBranchHeuristics()
/external/clang/include/clang/Analysis/Analyses/
DThreadSafetyCommon.h165 SmallVector<CFGBlock*, 4> BackEdges; in walk() local
174 BackEdges.push_back(*SI); in walk()
180 for (auto *Blk : BackEdges) in walk()