Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGStmt.cpp730 JumpDest LoopExit = getJumpDestInCurrentScope("while.end"); in EmitWhileStmt() local
806 JumpDest LoopExit = getJumpDestInCurrentScope("do.end"); in EmitDoStmt() local
868 JumpDest LoopExit = getJumpDestInCurrentScope("for.end"); in EmitForStmt() local
967 JumpDest LoopExit = getJumpDestInCurrentScope("for.end"); in EmitCXXForRangeStmt() local
HDCGStmtOpenMP.cpp1481 JumpDest LoopExit) { in EmitOMPLoopBody()
1528 auto LoopExit = getJumpDestInCurrentScope("omp.inner.for.end"); in EmitOMPInnerLoop() local
1888 CodeGenFunction::JumpDest LoopExit) { in emitOMPLoopBodyWithStopPoint()
2053 JumpDest LoopExit = getJumpDestInCurrentScope("omp.dispatch.end"); in EmitOMPOuterLoop() local
2404 CodeGenFunction::JumpDest LoopExit) { in emitInnerParallelForWhenCombined()
2619 JumpDest LoopExit = in EmitOMPWorksharingLoop() local
3726 JumpDest LoopExit = in EmitOMPDistributeLoop() local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
HDIntegerDivision.cpp221 BasicBlock *LoopExit = BasicBlock::Create(Builder.getContext(), in generateUnsignedDivisionCode() local
HDLoopUnrollAndJam.cpp255 BasicBlock *LoopExit = BI->getSuccessor(ContinueOnTrue); in UnrollAndJamLoop() local
HDLoopUnroll.cpp533 BasicBlock *LoopExit = nullptr; in UnrollLoop() local
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Analysis/
HDProgramPoint.h715 LoopExit(const Stmt *LoopStmt, const LocationContext *LC) in LoopExit() function
HDCFG.h64 LoopExit, enumerator
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
HDLoopInterchange.cpp426 BasicBlock *LoopExit; member in __anon9eb9e62c0211::LoopInterchangeTransform