Home
last modified time | relevance | path

Searched refs:getRegionBranchSuccessorOperands (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Interfaces/
H A DControlFlowInterfaces.cpp190 getRegionBranchSuccessorOperands(terminator, regionNo); in verifyTypesAlongControlFlowEdges()
321 if (getRegionBranchSuccessorOperands(terminator, *index)) { in getSuccessorRegions()
396 mlir::getRegionBranchSuccessorOperands(Operation *operation, in getRegionBranchSuccessorOperands() function in mlir
/llvm-project-15.0.7/mlir/lib/Analysis/
H A DBufferViewFlowAnalysis.cpp112 auto successorOperands = getRegionBranchSuccessorOperands( in build()
/llvm-project-15.0.7/mlir/include/mlir/Interfaces/
H A DControlFlowInterfaces.h252 getRegionBranchSuccessorOperands(Operation *operation,
/llvm-project-15.0.7/mlir/lib/Analysis/DataFlow/
H A DSparseAnalysis.cpp241 operands = getRegionBranchSuccessorOperands(op, successorIndex); in visitRegionSuccessors()
/llvm-project-15.0.7/mlir/lib/Analysis/AliasAnalysis/
H A DLocalAliasAnalysis.cpp97 getRegionBranchSuccessorOperands(term, regionIndex); in collectUnderlyingAddressValues()