Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/Analysis/
H A DProfileSummaryInfo.h121 bool isFunctionHotnessUnknown(const Function &F) const;
/openbsd/gnu/llvm/llvm/lib/Analysis/
H A DProfileSummaryInfo.cpp169 bool ProfileSummaryInfo::isFunctionHotnessUnknown(const Function &F) const { in isFunctionHotnessUnknown() function in ProfileSummaryInfo
/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp534 PSI->isFunctionHotnessUnknown(F)) in runOnFunction()