Searched refs:frozenPatternList (Results 1 – 2 of 2) sorted by relevance
22 const FrozenRewritePatternList &frozenPatternList) in PatternApplicator() argument23 : frozenPatternList(frozenPatternList) { in PatternApplicator()24 if (const PDLByteCode *bytecode = frozenPatternList.getPDLByteCode()) { in PatternApplicator()36 if (const PDLByteCode *bytecode = frozenPatternList.getPDLByteCode()) { in applyCostModel()44 for (const auto &pat : frozenPatternList.getNativePatterns()) { in applyCostModel()103 for (const Pattern &it : frozenPatternList.getNativePatterns()) in walkAllPatterns()105 if (const PDLByteCode *bytecode = frozenPatternList.getPDLByteCode()) { in walkAllPatterns()120 const PDLByteCode *bytecode = frozenPatternList.getPDLByteCode(); in matchAndRewrite()
36 explicit PatternApplicator(const FrozenRewritePatternList &frozenPatternList);68 const FrozenRewritePatternList &frozenPatternList;