Searched refs:PDLByteCodeMutableState (Results 1 – 4 of 4) sorted by relevance
63 class PDLByteCodeMutableState {159 void initializeMutableState(PDLByteCodeMutableState &state) const;165 PDLByteCodeMutableState &state) const;170 PDLByteCodeMutableState &state) const;177 PDLByteCodeMutableState &state,
27 mutableByteCodeState = std::make_unique<PDLByteCodeMutableState>(); in PatternApplicator()
61 void PDLByteCodeMutableState::updatePatternBenefit(unsigned patternIndex, in updatePatternBenefit()69 void PDLByteCodeMutableState::cleanupAfterMatchAndRewrite() { in cleanupAfterMatchAndRewrite()1035 void PDLByteCode::initializeMutableState(PDLByteCodeMutableState &state) const { in initializeMutableState()2171 PDLByteCodeMutableState &state) const { in match()2193 PDLByteCodeMutableState &state) const { in rewrite()
23 class PDLByteCodeMutableState; variable75 std::unique_ptr<detail::PDLByteCodeMutableState> mutableByteCodeState;