Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Interfaces/
H A DControlFlowInterfaces.cpp94 verifyTypesAlongAllEdges(Operation *op, Optional<unsigned> sourceNo, in verifyTypesAlongAllEdges() argument
100 regionInterface.getSuccessorRegions(sourceNo, successors); in verifyTypesAlongAllEdges()
109 if (sourceNo) in verifyTypesAlongAllEdges()
110 diag << "Region #" << sourceNo.value(); in verifyTypesAlongAllEdges()