Searched defs:LoopExitCandidate (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
H A DLoopUnswitch.cpp599 BasicBlock *LoopExitCandidate; local
600 if ((LoopExitCandidate = isTrivialLoopExitBlock(currentLoop,
609 LoopExitBB = LoopExitCandidate;

Completed in 29 milliseconds