reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
232 NewOptionsToMatch.push_back(Optn); 241 EqualMatchers.push_back(Optn); 245 while (OptionIdx != e && OptionsToMatch[OptionIdx]->isEqual(Optn)) 261 if (Optn->isEqual(ScanMatcher)) { 272 if (Optn->isContradictory(ScanMatcher)) { 280 if (Optn->isSimplePredicateOrRecordNode()) { 281 Matcher *M2 = FindNodeWithKind(ScanMatcher, Optn->getKind()); 284 (M2->isEqual(Optn) || M2->isContradictory(Optn))) { 284 (M2->isEqual(Optn) || M2->isContradictory(Optn))) { 299 LLVM_DEBUG(errs() << "Couldn't merge this:\n"; Optn->print(errs(), 4); 316 Matcher *Shared = Optn; 317 Optn = Optn->takeNext(); 317 Optn = Optn->takeNext(); 318 EqualMatchers[0] = Optn;