Searched refs:mutableByteCodeState (Results 1 – 2 of 2) sorted by relevance
27 mutableByteCodeState = std::make_unique<PDLByteCodeMutableState>(); in PatternApplicator()28 bytecode->initializeMutableState(*mutableByteCodeState); in PatternApplicator()57 mutableByteCodeState->updatePatternBenefit(it.index(), model(it.value())); in applyCostModel()137 bytecode->match(op, rewriter, pdlMatches, *mutableByteCodeState); in matchAndRewrite()194 bytecode->rewrite(rewriter, *pdlMatch, *mutableByteCodeState); in matchAndRewrite()218 if (mutableByteCodeState) in matchAndRewrite()219 mutableByteCodeState->cleanupAfterMatchAndRewrite(); in matchAndRewrite()
75 std::unique_ptr<detail::PDLByteCodeMutableState> mutableByteCodeState; variable