Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/Analysis/
HDBranchProbabilityInfo.cpp327 SmallVector<unsigned, 8> BackEdges; in calcLoopBranchHeuristics() local
335 BackEdges.push_back(I.getSuccessorIndex()); in calcLoopBranchHeuristics()
340 if (BackEdges.empty() && ExitingEdges.empty()) in calcLoopBranchHeuristics()
343 if (uint32_t numBackEdges = BackEdges.size()) { in calcLoopBranchHeuristics()
348 for (SmallVectorImpl<unsigned>::iterator EI = BackEdges.begin(), in calcLoopBranchHeuristics()
349 EE = BackEdges.end(); EI != EE; ++EI) { in calcLoopBranchHeuristics()
/NextBSD/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/
HDThreadSafetyCommon.h165 SmallVector<CFGBlock*, 4> BackEdges; in walk() local
174 BackEdges.push_back(*SI); in walk()
180 for (auto *Blk : BackEdges) in walk()