Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Interfaces/
DControlFlowInterfaces.cpp86 verifyTypesAlongAllEdges(Operation *op, Optional<unsigned> sourceNo, in verifyTypesAlongAllEdges() argument
93 if (sourceNo) { in verifyTypesAlongAllEdges()
94 Region &srcRegion = op->getRegion(sourceNo.getValue()); in verifyTypesAlongAllEdges()
100 regionInterface.getSuccessorRegions(sourceNo, operands, successors); in verifyTypesAlongAllEdges()
109 if (sourceNo) in verifyTypesAlongAllEdges()
110 diag << "Region #" << sourceNo.getValue(); in verifyTypesAlongAllEdges()