Searched refs:BackEdges (Results 1 – 2 of 2) sorted by relevance
583 SmallVector<unsigned, 8> BackEdges; in calcLoopBranchHeuristics() local597 BackEdges.push_back(I.getSuccessorIndex()); in calcLoopBranchHeuristics()604 BackEdges.push_back(I.getSuccessorIndex()); in calcLoopBranchHeuristics()610 if (BackEdges.empty() && ExitingEdges.empty() && UnlikelyEdges.empty()) in calcLoopBranchHeuristics()615 unsigned Denom = (BackEdges.empty() ? 0 : LBH_TAKEN_WEIGHT) + in calcLoopBranchHeuristics()620 if (uint32_t numBackEdges = BackEdges.size()) { in calcLoopBranchHeuristics()623 for (unsigned SuccIdx : BackEdges) in calcLoopBranchHeuristics()
183 SmallVector<CFGBlock*, 4> BackEdges; in walk() local192 BackEdges.push_back(*SI); in walk()198 for (auto *Blk : BackEdges) in walk()