Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Transforms/Utils/
H A DDialectConversion.cpp1000 SmallVector<OperationTransactionState, 4> rootUpdates; member
1049 for (auto &state : rootUpdates) in discardRewrites()
1126 rootUpdates.size()); in getCurrentState()
1132 rootUpdates[i].resetOperation(); in resetState()
1133 rootUpdates.resize(state.numRootUpdates); in resetState()
1648 impl->rootUpdates.emplace_back(op); in startRootUpdate()
1667 auto &rootUpdates = impl->rootUpdates; in cancelRootUpdate() local
1668 auto it = llvm::find_if(llvm::reverse(rootUpdates), stateHasOp); in cancelRootUpdate()
1671 int updateIdx = std::prev(rootUpdates.rend()) - it; in cancelRootUpdate()
1672 rootUpdates.erase(rootUpdates.begin() + updateIdx); in cancelRootUpdate()
[all …]