Home
last modified time | relevance | path

Searched refs:getSuccessorRegions (Results 1 – 11 of 11) sorted by relevance

/external/llvm-project/mlir/include/mlir/Interfaces/
DControlFlowInterfaces.td107 operation by `getSuccessorRegions`. These operands should correspond 1-1
108 with the successor inputs specified in `getSuccessorRegions`.
130 "void", "getSuccessorRegions",
164 void getSuccessorRegions(Optional<unsigned> index,
167 getSuccessorRegions(index, nullAttrs, regions);
/external/llvm-project/mlir/lib/Analysis/
DBufferAliasAnalysis.cpp83 regionInterface.getSuccessorRegions(/*index=*/llvm::None, entrySuccessors); in build()
99 regionInterface.getSuccessorRegions(region.getRegionNumber(), in build()
/external/llvm-project/mlir/lib/Transforms/
DBufferUtils.cpp139 regionInterface.getSuccessorRegions(current->getRegionNumber(), successors); in isLoop()
148 regionInterface.getSuccessorRegions(/*index=*/llvm::None, successorRegions); in isLoop()
DBufferDeallocation.cpp297 regionInterface.getSuccessorRegions(/*index=*/llvm::None, successorRegions); in introduceBlockArgCopy()
350 regionInterface.getSuccessorRegions(region.getRegionNumber(), in introduceCopiesForRegionSuccessors()
DSCCP.cpp633 regionInterface.getSuccessorRegions(/*index=*/llvm::None, constantOperands, in visitRegionOperation()
733 regionInterface.getSuccessorRegions(parentRegion->getRegionNumber(), in visitTerminatorOperation()
/external/llvm-project/mlir/lib/Interfaces/
DControlFlowInterfaces.cpp100 regionInterface.getSuccessorRegions(sourceNo, operands, successors); in verifyTypesAlongAllEdges()
/external/tensorflow/tensorflow/compiler/mlir/hlo/lib/Dialect/mhlo/transforms/
Dlhlo_fuse_linalg.cc127 regionInterface.getSuccessorRegions(region.getRegionNumber(), in runOnFunction()
/external/llvm-project/mlir/lib/Dialect/Async/IR/
DAsync.cpp130 void ExecuteOp::getSuccessorRegions(Optional<unsigned> index, in getSuccessorRegions() function in ExecuteOp
/external/llvm-project/mlir/lib/Dialect/SCF/
DSCF.cpp272 void ForOp::getSuccessorRegions(Optional<unsigned> index, in getSuccessorRegions() function in ForOp
690 void IfOp::getSuccessorRegions(Optional<unsigned> index, in getSuccessorRegions() function in IfOp
1194 void WhileOp::getSuccessorRegions(Optional<unsigned> index, in getSuccessorRegions() function in WhileOp
/external/llvm-project/mlir/test/lib/Dialect/Test/
DTestDialect.cpp906 void RegionIfOp::getSuccessorRegions( in getSuccessorRegions() function in RegionIfOp
/external/llvm-project/mlir/lib/Dialect/Shape/IR/
DShape.cpp237 void AssumingOp::getSuccessorRegions( in getSuccessorRegions() function in AssumingOp