Searched refs:hasLowerPriority (Results 1 – 1 of 1) sorted by relevance
76 virtual bool hasLowerPriority(const CallBase *L, const CallBase *R) const = 0;94 bool hasLowerPriority(const CallBase *L, const CallBase *R) const override { in hasLowerPriority() function137 return this->PriorityPtr->hasLowerPriority(L, R); in PriorityInlineOrder()