Searched refs:MoveSiblingMatcher (Results 1 – 4 of 4) sorted by relevance
82 auto *MS = new MoveSiblingMatcher(MC->getChildNo()); in ContractNodes()90 if (auto *MS = dyn_cast<MoveSiblingMatcher>(N)) { in ContractNodes()
509 const auto *MSM = cast<MoveSiblingMatcher>(N); in EmitMatcher()
346 class MoveSiblingMatcher : public Matcher {350 MoveSiblingMatcher(unsigned SiblingNo) in MoveSiblingMatcher() function360 return cast<MoveSiblingMatcher>(M)->getSiblingNo() == getSiblingNo(); in isEqualImpl()
144 void MoveSiblingMatcher::printImpl(raw_ostream &OS, indent Indent) const { in printImpl()