Home
last modified time | relevance | path

Searched refs:hasLowerPriority (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DInlineOrder.h76 virtual bool hasLowerPriority(const CallBase *L, const CallBase *R) const = 0;
94 bool hasLowerPriority(const CallBase *L, const CallBase *R) const override { in hasLowerPriority() function
137 return this->PriorityPtr->hasLowerPriority(L, R); in PriorityInlineOrder()