Home | History | Annotate | Download | only in Scalar

Lines Matching refs:LoopExit

208                                     BasicBlock **LoopExit = nullptr);
554 /// exit. Finally, this sets LoopExit to the BB that the loop exits to when
558 BasicBlock **LoopExit) {
610 // If we didn't find a single unique LoopExit block, or if the loop exit block
615 if (LoopExit) *LoopExit = LoopExitBB;