Searched refs:isImpossibleToMatch (Results 1 – 4 of 4) sorted by relevance
65 if (pattern->getBenefit().isImpossibleToMatch()) in applyCostModel()74 if (pattern.getBenefit().isImpossibleToMatch()) in applyCostModel()88 if (model(*list.front()).isImpossibleToMatch()) { in applyCostModel()103 while (!list.empty() && benefits[list.back()].isImpossibleToMatch()) { in applyCostModel()
1881 if (benefit.isImpossibleToMatch()) { in executeRecordMatch()
24 assert(!isImpossibleToMatch() && "Pattern doesn't match"); in getBenefit()
42 bool isImpossibleToMatch() const { return *this == impossibleToMatch(); } in isImpossibleToMatch() function