Lines Matching full:successors
118 /// \brief Calculate edge weights for successors lead to unreachable.
140 // If all successors are in the set of blocks post-dominated by unreachable,
193 // Check that the number of successors is manageable.
194 assert(TI->getNumSuccessors() < UINT32_MAX && "Too many successors");
196 // Ensure there are weights for all of the successors. Note that the first
249 // Determine which successors are post-dominated by a cold block.
258 // If all successors are in the set of blocks post-dominated by cold calls,
584 /// to the successors.
620 /// to the successors.
687 // the successors of a block iteratively.