Searched refs:numInEdges (Results 1 – 2 of 2) sorted by relevance
295 if (uint32_t numInEdges = InEdges.size()) { in calcLoopBranchHeuristics() local296 uint32_t inWeight = LBH_TAKEN_WEIGHT / numInEdges; in calcLoopBranchHeuristics()
388 if (uint32_t numInEdges = InEdges.size()) { in calcLoopBranchHeuristics() local389 auto Prob = Probs[1] / numInEdges; in calcLoopBranchHeuristics()