Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGStmt.cpp691 JumpDest LoopExit = getJumpDestInCurrentScope("while.end"); in EmitWhileStmt() local
767 JumpDest LoopExit = getJumpDestInCurrentScope("do.end"); in EmitDoStmt() local
829 JumpDest LoopExit = getJumpDestInCurrentScope("for.end"); in EmitForStmt() local
928 JumpDest LoopExit = getJumpDestInCurrentScope("for.end"); in EmitCXXForRangeStmt() local
H A DCGStmtOpenMP.cpp1299 JumpDest LoopExit) { in EmitOMPLoopBody()
1329 auto LoopExit = getJumpDestInCurrentScope("omp.inner.for.end"); in EmitOMPInnerLoop() local
1667 CodeGenFunction::JumpDest LoopExit) { in emitOMPLoopBodyWithStopPoint()
1787 JumpDest LoopExit = getJumpDestInCurrentScope("omp.dispatch.end"); in EmitOMPOuterLoop() local
2131 CodeGenFunction::JumpDest LoopExit) { in emitInnerParallelForWhenCombined()
2357 JumpDest LoopExit = in EmitOMPWorksharingLoop() local
3398 JumpDest LoopExit = in EmitOMPDistributeLoop() local
/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DIntegerDivision.cpp222 BasicBlock *LoopExit = BasicBlock::Create(Builder.getContext(), in generateUnsignedDivisionCode() local
H A DLoopUnroll.cpp562 BasicBlock *LoopExit = BI->getSuccessor(ContinueOnTrue); in UnrollLoop() local
H A DLoopUnrollAndJam.cpp255 BasicBlock *LoopExit = BI->getSuccessor(ContinueOnTrue); in UnrollAndJamLoop() local
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Analysis/
H A DProgramPoint.h717 LoopExit(const Stmt *LoopStmt, const LocationContext *LC) in LoopExit() function
H A DCFG.h65 LoopExit, enumerator
/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DLoopInterchange.cpp428 BasicBlock *LoopExit; member in __anonceaba13a0211::LoopInterchangeTransform