Searched refs:isImpossibleToMatch (Results 1 – 4 of 4) sorted by relevance
46 if (pat.getBenefit().isImpossibleToMatch()) { in applyCostModel()68 if (model(*list.front()).isImpossibleToMatch()) { in applyCostModel()87 while (!list.empty() && benefits[list.back()].isImpossibleToMatch()) { in applyCostModel()
1125 if (benefit.isImpossibleToMatch()) { in execute()
24 assert(!isImpossibleToMatch() && "Pattern doesn't match"); in getBenefit()
40 bool isImpossibleToMatch() const { return *this == impossibleToMatch(); } in isImpossibleToMatch() function