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()55 if (const PDLByteCode *bytecode = frozenPatternList.getPDLByteCode()) { in applyCostModel()63 for (const auto &it : frozenPatternList.getOpSpecificNativePatterns()) { in applyCostModel()73 frozenPatternList.getMatchAnyOpNativePatterns()) { in applyCostModel()115 for (const auto &it : frozenPatternList.getOpSpecificNativePatterns()) in walkAllPatterns()118 for (const Pattern &it : frozenPatternList.getMatchAnyOpNativePatterns()) in walkAllPatterns()120 if (const PDLByteCode *bytecode = frozenPatternList.getPDLByteCode()) { in walkAllPatterns()135 const PDLByteCode *bytecode = frozenPatternList.getPDLByteCode(); in matchAndRewrite()
36 explicit PatternApplicator(const FrozenRewritePatternSet &frozenPatternList);68 const FrozenRewritePatternSet &frozenPatternList;