Home | History | Annotate | Download | only in Scalar

Lines Matching refs:ExitBB

293 /// If true, we return true and set ExitBB to the block we
297 BasicBlock *&ExitBB,
305 if (ExitBB != 0) return false;
306 ExitBB = BB;
313 if (!isTrivialLoopExitBlockHelper(L, *SI, ExitBB, Visited))
332 BasicBlock *ExitBB = 0;
333 if (isTrivialLoopExitBlockHelper(L, BB, ExitBB, Visited))
334 return ExitBB;