Home
last modified time | relevance | path

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

/llvm-project/mlir/lib/Dialect/GPU/Transforms/
H A DKernelOutlining.cpp55 Block &firstBlock = launchOpBody.front(); in injectGpuIndexOperations() local
/llvm-project/flang/lib/Optimizer/Transforms/
H A DControlFlowConverter.cpp71 auto *firstBlock = in matchAndRewrite() local
/llvm-project/mlir/test/lib/Dialect/Test/
H A DTestPatterns.cpp1747 Block &firstBlock = op.getBody().front(); matchAndRewrite() local
1766 Block &firstBlock = op->getRegion(0).front(); matchAndRewrite() local
/llvm-project/mlir/lib/Dialect/OpenACC/IR/
H A DOpenACC.cpp543 Block &firstBlock = region.front(); verifyInitLikeSingleArgRegion() local
589 Block &firstBlock = getCopyRegion().front(); verifyRegions() local
/llvm-project/mlir/lib/Bindings/Python/
H A DIRCore.cpp3215 MlirBlock firstBlock = mlirRegionGetFirstBlock(self.get()); populateIRCore() local