Home
last modified time | relevance | path

Searched refs:exitBlock (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CIR/Dialect/Transforms/
H A DFlattenCFG.cpp234 mlir::Block *exitBlock = rewriter.splitBlock( in matchAndRewrite() local
259 rewriter.inlineRegionBefore(op.getBody(), exitBlock); in matchAndRewrite()
262 rewriteYieldOp(rewriter, switchYield, exitBlock); in matchAndRewrite()
279 mlir::Block *defaultDestination = exitBlock; in matchAndRewrite()
280 mlir::ValueRange defaultOperands = exitBlock->getArguments(); in matchAndRewrite()
318 lowerTerminator(op, exitBlock, rewriter); in matchAndRewrite()
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DGCOV.cpp956 const GCOVBlock &exitBlock = f.getExitBlock(); in printFunctionDetails() local
958 for (const GCOVArc *arc : exitBlock.pred) in printFunctionDetails()
961 if (b.number != 0 && &b != &exitBlock && b.getCount()) in printFunctionDetails()