Searched refs:mutableByteCodeState (Results 1 – 2 of 2) sorted by relevance
25 mutableByteCodeState = std::make_unique<PDLByteCodeMutableState>(); in PatternApplicator()26 bytecode->initializeMutableState(*mutableByteCodeState); in PatternApplicator()38 mutableByteCodeState->updatePatternBenefit(it.index(), model(it.value())); in applyCostModel()122 bytecode->match(op, rewriter, pdlMatches, *mutableByteCodeState); in matchAndRewrite()165 bytecode->rewrite(rewriter, *pdlMatch, *mutableByteCodeState); in matchAndRewrite()
75 std::unique_ptr<detail::PDLByteCodeMutableState> mutableByteCodeState; variable