Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DProfileSummaryInfo.cpp93 bool ProfileSummaryInfo::isFunctionHotnessUnknown(const Function &F) const { in isFunctionHotnessUnknown() function in ProfileSummaryInfo
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DProfileSummaryInfo.h165 LLVM_ABI bool isFunctionHotnessUnknown(const Function &F) const;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp602 PSI->isFunctionHotnessUnknown(F)) in _run()