Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/IR/
H A DVerifier.cpp216 Block *firstBB = &region.front(); in verifyOperation() local
217 if (!firstBB->hasNoPredecessors()) in verifyOperation()