Home
last modified time | relevance | path

Searched defs:thenBlock (Results 1 – 10 of 10) sorted by relevance

/llvm-project/mlir/lib/Dialect/SCF/Transforms/
H A DParallelLoopTiling.cpp161 Block &thenBlock = ifInbound.getThenRegion().front(); in tileParallelLoop() local
/llvm-project/mlir/lib/Conversion/MathToFuncs/
H A DMathToFuncs.cpp225 Block *thenBlock = builder.createBlock(funcBody); in createElementIPowIFunc() local
453 Block *thenBlock = builder.createBlock(funcBody); createElementFPowIFunc() local
[all...]
/llvm-project/mlir/lib/Conversion/SCFToSPIRV/
H A DSCFToSPIRV.cpp242 auto *thenBlock = &thenRegion.front(); in matchAndRewrite() local
/llvm-project/mlir/lib/Dialect/SPIRV/IR/
H A DControlFlowOps.cpp547 Block *thenBlock = nullptr; in createIfThen() local
/llvm-project/mlir/lib/Conversion/SCFToControlFlow/
H A DSCFToControlFlow.cpp405 auto *thenBlock = &thenRegion.front(); matchAndRewrite() local
/llvm-project/mlir/lib/Dialect/GPU/Transforms/
H A DAllReduceLowering.cpp243 Block *thenBlock = rewriter.splitBlock(currentBlock, currentPoint); in createIf() local
/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h1435 const BasicBlock *thenBlock() const { return Branches[0]; } thenBlock() function
1436 BasicBlock *thenBlock() { return Branches[0]; } thenBlock() function
/llvm-project/mlir/lib/Dialect/Affine/Utils/
H A DUtils.cpp317 auto *thenBlock = hoistedIfOp.getThenBlock(); hoistAffineIfOp() local
H A DLoopUtils.cpp2710 Block *thenBlock = ifOp.getThenBlock(); separateFullTiles() local
/llvm-project/mlir/lib/Dialect/SCF/IR/
H A DSCF.cpp2186 Block *thenBlock = &getThenRegion().front(); fold() local
2798 Block *IfOp::thenBlock() { return &getThenRegion().back(); } thenBlock() function in IfOp
[all...]