Searched refs:frozenPatternList (Results 1 – 2 of 2) sorted by relevance
24 const FrozenRewritePatternSet &frozenPatternList) in PatternApplicator() argument25 : frozenPatternList(frozenPatternList) { in PatternApplicator()26 if (const PDLByteCode *bytecode = frozenPatternList.getPDLByteCode()) { in PatternApplicator()59 if (const PDLByteCode *bytecode = frozenPatternList.getPDLByteCode()) { in applyCostModel()67 for (const auto &it : frozenPatternList.getOpSpecificNativePatterns()) { in applyCostModel()77 frozenPatternList.getMatchAnyOpNativePatterns()) { in applyCostModel()119 for (const auto &it : frozenPatternList.getOpSpecificNativePatterns()) in walkAllPatterns()122 for (const Pattern &it : frozenPatternList.getMatchAnyOpNativePatterns()) in walkAllPatterns()124 if (const PDLByteCode *bytecode = frozenPatternList.getPDLByteCode()) { in walkAllPatterns()139 const PDLByteCode *bytecode = frozenPatternList.getPDLByteCode(); in matchAndRewrite()
57 explicit PatternApplicator(const FrozenRewritePatternSet &frozenPatternList);89 const FrozenRewritePatternSet &frozenPatternList;