Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Target/ARM/
H A DARMBlockPlacement.cpp160 MachineBasicBlock *LoopExit = getWhileLoopStartTargetBB(*WlsInstr); in fixBackwardsWLS() local
/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp991 JumpDest LoopExit = getJumpDestInCurrentScope("while.end"); EmitWhileStmt() local
1097 JumpDest LoopExit = getJumpDestInCurrentScope("do.end"); EmitDoStmt() local
1177 JumpDest LoopExit = getJumpDestInCurrentScope("for.end"); EmitForStmt() local
1313 JumpDest LoopExit = getJumpDestInCurrentScope("for.end"); EmitCXXForRangeStmt() local
[all...]
H A DCGStmtOpenMP.cpp1905 EmitOMPLoopBody(const OMPLoopDirective & D,JumpDest LoopExit) EmitOMPLoopBody() argument
2108 auto LoopExit = getJumpDestInCurrentScope("omp.inner.for.end"); EmitOMPInnerLoop() local
2480 emitOMPLoopBodyWithStopPoint(CodeGenFunction & CGF,const OMPLoopDirective & S,CodeGenFunction::JumpDest LoopExit) emitOMPLoopBodyWithStopPoint() argument
2839 JumpDest LoopExit = getJumpDestInCurrentScope("omp.dispatch.end"); EmitOMPOuterLoop() local
3199 emitInnerParallelForWhenCombined(CodeGenFunction & CGF,const OMPLoopDirective & S,CodeGenFunction::JumpDest LoopExit) emitInnerParallelForWhenCombined() argument
3423 JumpDest LoopExit = EmitOMPWorksharingLoop() local
5754 JumpDest LoopExit = EmitOMPDistributeLoop() local
[all...]
/llvm-project/llvm/lib/Transforms/Utils/
H A DIntegerDivision.cpp199 BasicBlock *LoopExit = BasicBlock::Create(Builder.getContext(), in generateUnsignedDivisionCode() local
H A DLoopUnrollAndJam.cpp300 BasicBlock *LoopExit = BI->getSuccessor(ContinueOnTrue); in UnrollAndJamLoop() local
H A DBasicBlockUtils.cpp1734 BasicBlock *LoopExit = SplitBlock(SplitBefore->getParent(), SplitBefore); SplitBlockAndInsertSimpleForLoop() local
/llvm-project/clang/include/clang/Analysis/
H A DProgramPoint.h713 LoopExit(const Stmt *LoopStmt, const LocationContext *LC) in LoopExit() function
H A DCFG.h64 LoopExit, enumerator