Home
last modified time | relevance | path

Searched defs:LoopExit (Results 1 – 4 of 4) sorted by relevance

/freebsd-9-stable/contrib/llvm/tools/clang/lib/CodeGen/
DCGStmt.cpp503 JumpDest LoopExit = getJumpDestInCurrentScope("while.end"); in EmitWhileStmt() local
573 JumpDest LoopExit = getJumpDestInCurrentScope("do.end"); in EmitDoStmt() local
620 JumpDest LoopExit = getJumpDestInCurrentScope("for.end"); in EmitForStmt() local
711 JumpDest LoopExit = getJumpDestInCurrentScope("for.end"); in EmitCXXForRangeStmt() local
/freebsd-9-stable/contrib/llvm/lib/Transforms/Utils/
DLoopUnroll.cpp245 BasicBlock *LoopExit = BI->getSuccessor(ContinueOnTrue); in UnrollLoop() local
DIntegerDivision.cpp181 BasicBlock *LoopExit = BasicBlock::Create(Builder.getContext(), in generateUnsignedDivisionCode() local
/freebsd-9-stable/contrib/llvm/lib/Transforms/Scalar/
DLoopUnswitch.cpp562 BasicBlock **LoopExit) { in IsTrivialUnswitchCondition()