Searched refs:ExitingEdges (Results 1 – 1 of 1) sorted by relevance
584 SmallVector<unsigned, 8> ExitingEdges; in calcLoopBranchHeuristics() local595 ExitingEdges.push_back(I.getSuccessorIndex()); in calcLoopBranchHeuristics()602 ExitingEdges.push_back(I.getSuccessorIndex()); in calcLoopBranchHeuristics()610 if (BackEdges.empty() && ExitingEdges.empty() && UnlikelyEdges.empty()) in calcLoopBranchHeuristics()618 (ExitingEdges.empty() ? 0 : LBH_NONTAKEN_WEIGHT); in calcLoopBranchHeuristics()634 if (uint32_t numExitingEdges = ExitingEdges.size()) { in calcLoopBranchHeuristics()638 for (unsigned SuccIdx : ExitingEdges) in calcLoopBranchHeuristics()