Searched refs:TreePredicateCall (Results 1 – 4 of 4) sorted by relevance
601 struct TreePredicateCall { struct608 TreePredicateCall(const TreePredicateFn &Fn, unsigned Scope) in TreePredicateCall() function611 bool operator==(const TreePredicateCall &o) const {614 bool operator!=(const TreePredicateCall &o) const {644 std::vector<TreePredicateCall> PredicateCalls;734 const std::vector<TreePredicateCall> &getPredicateCalls() const { in getPredicateCalls()738 void setPredicateCalls(const std::vector<TreePredicateCall> &Calls) { in setPredicateCalls()742 void addPredicateCall(const TreePredicateCall &Call) { in addPredicateCall()749 addPredicateCall(TreePredicateCall(Fn, Scope)); in addPredicateCall()
516 const TreePredicateCall &Pred = N->getPredicateCalls()[i]; in EmitMatchCode()
203 for (const TreePredicateCall &Call : N->getPredicateCalls()) { in explainPredicates()288 for (const TreePredicateCall &Call : N->getPredicateCalls()) { in isTrivialOperatorNode()3123 for (const TreePredicateCall &Call : N->getPredicateCalls()) { in getEquivNode()3193 for (const TreePredicateCall &Call : Src->getPredicateCalls()) { in createAndImportSelDAGMatcher()
1773 for (const TreePredicateCall &Pred : PredicateCalls) { in print()2012 for (const TreePredicateCall &Pred : getPredicateCalls()) in InlinePatternFragments()