Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Interfaces/
DControlFlowInterfaces.cpp103 Optional<unsigned> succRegionNo; in verifyTypesAlongAllEdges() local
105 succRegionNo = succ.getSuccessor()->getRegionNumber(); in verifyTypesAlongAllEdges()
115 if (succRegionNo) in verifyTypesAlongAllEdges()
116 diag << "Region #" << succRegionNo.getValue(); in verifyTypesAlongAllEdges()
122 Optional<TypeRange> sourceTypes = getInputsTypesForRegion(succRegionNo); in verifyTypesAlongAllEdges()