Searched refs:TreePredicateCall (Results 1 – 4 of 4) sorted by relevance
611 struct TreePredicateCall { struct618 TreePredicateCall(const TreePredicateFn &Fn, unsigned Scope) in TreePredicateCall() argument621 bool operator==(const TreePredicateCall &o) const {624 bool operator!=(const TreePredicateCall &o) const {654 std::vector<TreePredicateCall> PredicateCalls;744 const std::vector<TreePredicateCall> &getPredicateCalls() const { in getPredicateCalls()748 void setPredicateCalls(const std::vector<TreePredicateCall> &Calls) { in setPredicateCalls()752 void addPredicateCall(const TreePredicateCall &Call) { in addPredicateCall()759 addPredicateCall(TreePredicateCall(Fn, Scope)); in addPredicateCall()
536 const TreePredicateCall &Pred = N->getPredicateCalls()[i]; in EmitMatchCode()
206 for (const TreePredicateCall &Call : N->getPredicateCalls()) { in explainPredicates()312 for (const TreePredicateCall &Call : N->getPredicateCalls()) { in isTrivialOperatorNode()3707 for (const TreePredicateCall &Call : N->getPredicateCalls()) { in getEquivNode()3919 for (const TreePredicateCall &Call : Src->getPredicateCalls()) { in createAndImportSelDAGMatcher()
1869 for (const TreePredicateCall &Pred : PredicateCalls) { in print()2108 for (const TreePredicateCall &Pred : getPredicateCalls()) in InlinePatternFragments()