Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Transforms/Utils/
H A DDialectConversion.cpp1018 SmallPtrSet<Operation *, 1> pendingRootUpdates; member
1646 impl->pendingRootUpdates.insert(op); in startRootUpdate()
1655 assert(impl->pendingRootUpdates.erase(op) && in finalizeRootUpdate()
1662 assert(impl->pendingRootUpdates.erase(op) && in cancelRootUpdate()
2019 assert(impl.pendingRootUpdates.empty() && "dangling root updates"); in legalizePatternResult()