Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Transforms/Utils/
DDialectConversion.cpp827 SmallPtrSet<Operation *, 1> pendingRootUpdates; member
1378 impl->pendingRootUpdates.insert(op); in startRootUpdate()
1388 assert(impl->pendingRootUpdates.erase(op) && in finalizeRootUpdate()
1396 assert(impl->pendingRootUpdates.erase(op) && in cancelRootUpdate()
1750 assert(impl.pendingRootUpdates.empty() && "dangling root updates"); in legalizePatternResult()