Searched refs:BackEdges (Results 1 – 4 of 4) sorted by relevance
351 SmallVector<unsigned, 8> BackEdges; in calcLoopBranchHeuristics() local359 BackEdges.push_back(I.getSuccessorIndex()); in calcLoopBranchHeuristics()364 if (BackEdges.empty() && ExitingEdges.empty()) in calcLoopBranchHeuristics()372 unsigned Denom = (BackEdges.empty() ? 0 : LBH_TAKEN_WEIGHT) + in calcLoopBranchHeuristics()375 if (!BackEdges.empty()) in calcLoopBranchHeuristics()382 if (uint32_t numBackEdges = BackEdges.size()) { in calcLoopBranchHeuristics()384 for (unsigned SuccIdx : BackEdges) in calcLoopBranchHeuristics()
266 SmallPtrSet<BasicBlock *, 8> BackEdges; in calcLoopBranchHeuristics() local278 BackEdges.insert(Succ); in calcLoopBranchHeuristics()283 if (uint32_t numBackEdges = BackEdges.size()) { in calcLoopBranchHeuristics()288 for (SmallPtrSet<BasicBlock *, 8>::iterator EI = BackEdges.begin(), in calcLoopBranchHeuristics()289 EE = BackEdges.end(); EI != EE; ++EI) { in calcLoopBranchHeuristics()
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()
165 SmallVector<CFGBlock*, 4> BackEdges; in walk() local174 BackEdges.push_back(*SI); in walk()180 for (auto *Blk : BackEdges) in walk()