Home
last modified time | relevance | path

Searched refs:getMutableRegionBranchSuccessorOperands (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Interfaces/
H A DControlFlowInterfaces.cpp375 mlir::getMutableRegionBranchSuccessorOperands(Operation *operation, in getMutableRegionBranchSuccessorOperands() function in mlir
398 auto range = getMutableRegionBranchSuccessorOperands(operation, regionIndex); in getRegionBranchSuccessorOperands()
/llvm-project-15.0.7/mlir/include/mlir/Interfaces/
H A DControlFlowInterfaces.h245 getMutableRegionBranchSuccessorOperands(Operation *operation,
/llvm-project-15.0.7/mlir/lib/Dialect/Bufferization/Transforms/
H A DBufferDeallocation.cpp444 auto terminatorOperands = *getMutableRegionBranchSuccessorOperands( in introduceClonesForRegionSuccessors()