Home | History | Annotate | Download | only in Scalar

Lines Matching defs:ExitBB

603 /// If true, we return true and set ExitBB to the block we
607 BasicBlock *&ExitBB,
617 if (ExitBB) return false;
618 ExitBB = BB;
625 if (!isTrivialLoopExitBlockHelper(L, *SI, ExitBB, Visited))
644 BasicBlock *ExitBB = nullptr;
645 if (isTrivialLoopExitBlockHelper(L, BB, ExitBB, Visited))
646 return ExitBB;