HomeSort by: relevance | last modified time | path
    Searched refs:isFunctionEntryHot (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
ProfileSummaryInfo.h 110 bool isFunctionEntryHot(const Function *F) const;
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
ProfileSummaryInfo.cpp 99 bool ProfileSummaryInfo::isFunctionEntryHot(const Function *F) const {
412 if (PSI.isFunctionEntryHot(&F))
InlineCost.cpp 1557 if (PSI->isFunctionEntryHot(&Callee)) {
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
ControlHeightReduction.cpp 450 return PSI.isFunctionEntryHot(&F);

Completed in 21 milliseconds