Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DReplayInlineAdvisor.h76 bool hasInlineAdvice(Function &F) const { in hasInlineAdvice() function
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DReplayInlineAdvisor.cpp100 if (!hasInlineAdvice(*CB.getFunction())) { in getAdviceImpl()