Searched refs:BackEdges (Results 1 – 2 of 2) sorted by relevance
338 SmallVector<unsigned, 8> BackEdges; in calcLoopBranchHeuristics() local346 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()
165 SmallVector<CFGBlock*, 4> BackEdges; in walk() local174 BackEdges.push_back(*SI); in walk()180 for (auto *Blk : BackEdges) in walk()