Searched refs:PDLByteCodeMutableState (Results 1 – 4 of 4) sorted by relevance
63 class PDLByteCodeMutableState {125 void initializeMutableState(PDLByteCodeMutableState &state) const;131 PDLByteCodeMutableState &state) const;136 PDLByteCodeMutableState &state) const;143 PDLByteCodeMutableState &state,
25 mutableByteCodeState = std::make_unique<PDLByteCodeMutableState>(); in PatternApplicator()
58 void PDLByteCodeMutableState::updatePatternBenefit(unsigned patternIndex, in updatePatternBenefit()699 void PDLByteCode::initializeMutableState(PDLByteCodeMutableState &state) const { in initializeMutableState()1236 PDLByteCodeMutableState &state) const { in match()1256 PDLByteCodeMutableState &state) const { in rewrite()
23 class PDLByteCodeMutableState; variable75 std::unique_ptr<detail::PDLByteCodeMutableState> mutableByteCodeState;