Searched refs:exitWeight (Results 1 – 1 of 1) sorted by relevance
354 uint32_t exitWeight = LBH_NONTAKEN_WEIGHT / numExitingEdges; in calcLoopBranchHeuristics() local355 if (exitWeight < MIN_WEIGHT) in calcLoopBranchHeuristics()356 exitWeight = MIN_WEIGHT; in calcLoopBranchHeuristics()360 setEdgeWeight(BB, *EI, exitWeight); in calcLoopBranchHeuristics()