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

/freebsd-11.0-release/contrib/llvm/lib/Transforms/Utils/
H A DLoopUnroll.cpp286 BasicBlock *LoopExit = BI->getSuccessor(ContinueOnTrue); local
H A DIntegerDivision.cpp222 BasicBlock *LoopExit = BasicBlock::Create(Builder.getContext(), local
/freebsd-11.0-release/contrib/llvm/lib/Transforms/Scalar/
H A DLoopInterchange.cpp424 BasicBlock *LoopExit; member in class:__anon3204::LoopInterchangeTransform
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGStmt.cpp624 JumpDest LoopExit = getJumpDestInCurrentScope("while.end"); local
700 JumpDest LoopExit = getJumpDestInCurrentScope("do.end"); local
759 JumpDest LoopExit = getJumpDestInCurrentScope("for.end"); local
855 JumpDest LoopExit = getJumpDestInCurrentScope("for.end"); local
[all...]
H A DCGStmtOpenMP.cpp906 auto LoopExit = getJumpDestInCurrentScope("omp.inner.for.end"); local
1310 auto LoopExit = getJumpDestInCurrentScope("omp.dispatch.end"); local
877 EmitOMPLoopBody(const OMPLoopDirective &D, JumpDest LoopExit) argument
1544 auto LoopExit = local
[all...]

Completed in 75 milliseconds