Home
last modified time | relevance | path

Searched defs:exitBlock (Results 1 – 5 of 5) sorted by relevance

/llvm-project/mlir/lib/Transforms/Utils/
H A DCFGToSCF.cpp435 Block *exitBlock = iter->second; in combineExit() local
549 Block *exitBlock; member
581 auto *exitBlock = new Block; in createSingleExitingLatch() local
658 transformToReduceLoop(Block *loopHeader, Block *exitBlock, in transformToReduceLoop()
847 Block *exitBlock = loopProperties->exitBlock; in transformCyclesToSCFLoops() local
/llvm-project/llvm/lib/ProfileData/
H A DGCOV.cpp949 const GCOVBlock &exitBlock = f.getExitBlock(); in printFunctionDetails() local
/llvm-project/flang/lib/Lower/
H A DBridge.cpp135 mlir::Block *exitBlock = nullptr; // loop exit target block global() member
1981 mlir::Block *exitBlock = doStmtEval.parentConstruct->constructExit->block; genFIR() local
[all...]
/llvm-project/flang/lib/Lower/OpenMP/
H A DOpenMP.cpp654 if (auto *exitBlock = getUniqueExit(op.getRegion(0))) { createBodyOfOp() local
/llvm-project/mlir/lib/Target/LLVMIR/Dialect/OpenMP/
H A DOpenMPToLLVMIRTranslation.cpp3107 llvm::BasicBlock *exitBlock = convertOmpOpRegions( convertOmpTarget() local