Searched refs:exitWeight (Results 1 – 1 of 1) sorted by relevance
377 uint32_t exitWeight = LBH_NONTAKEN_WEIGHT / numExitingEdges; in calcLoopBranchHeuristics() local378 if (exitWeight < MIN_WEIGHT) in calcLoopBranchHeuristics()379 exitWeight = MIN_WEIGHT; in calcLoopBranchHeuristics()383 setEdgeWeight(BB, *EI, exitWeight); in calcLoopBranchHeuristics()