Lines Matching refs:getNext
46 if (RecordMatcher *RM = dyn_cast<RecordMatcher>(MC->getNext())) in ContractNodes()
51 if (CheckTypeMatcher *CT = dyn_cast<CheckTypeMatcher>(MC->getNext())) in ContractNodes()
56 if (CheckSameMatcher *CS = dyn_cast<CheckSameMatcher>(MC->getNext())) in ContractNodes()
60 if (CheckIntegerMatcher *CI = dyn_cast<CheckIntegerMatcher>(MC->getNext())) in ContractNodes()
64 if (auto *CCC = dyn_cast<CheckCondCodeMatcher>(MC->getNext())) in ContractNodes()
73 MC->setNext(MC->getNext()->takeNext()); in ContractNodes()
80 if (MoveParentMatcher *MP = dyn_cast<MoveParentMatcher>(MC->getNext())) { in ContractNodes()
88 dyn_cast<CompleteMatchMatcher>(EN->getNext())) { in ContractNodes()
146 isa<CheckOpcodeMatcher>(N->getNext())) { in ContractNodes()
162 if (auto *MC = dyn_cast<MoveChildMatcher>(MP->getNext())) { in ContractNodes()
168 if (auto *RC = dyn_cast<RecordChildMatcher>(MP->getNext())) { in ContractNodes()
169 if (auto *MC = dyn_cast<MoveChildMatcher>(RC->getNext())) { in ContractNodes()
188 for (; M; M = M->getNext()) in FindNodeWithKind()