Searched refs:numBackEdges (Results 1 – 3 of 3) sorted by relevance
283 if (uint32_t numBackEdges = BackEdges.size()) { in calcLoopBranchHeuristics() local284 uint32_t backWeight = LBH_TAKEN_WEIGHT / numBackEdges; in calcLoopBranchHeuristics()
382 if (uint32_t numBackEdges = BackEdges.size()) { in calcLoopBranchHeuristics() local383 auto Prob = Probs[0] / numBackEdges; in calcLoopBranchHeuristics()
620 if (uint32_t numBackEdges = BackEdges.size()) { in calcLoopBranchHeuristics() local622 auto Prob = TakenProb / numBackEdges; in calcLoopBranchHeuristics()