Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/IR/
H A DVerifier.cpp59 SmallVectorImpl<Operation *> &opsWithIsolatedRegions);
109 Block &block, SmallVectorImpl<Operation *> &opsWithIsolatedRegions) { in verifyBlock() argument
139 opsWithIsolatedRegions.push_back(&op); in verifyBlock()
189 SmallVector<Operation *> opsWithIsolatedRegions; in verifyOperation() local
225 if (failed(verifyBlock(block, opsWithIsolatedRegions))) in verifyOperation()
233 op.getContext(), opsWithIsolatedRegions, in verifyOperation()