HomeSort by relevance Sort by last modified time
    Searched refs:isColdFunction (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Analysis/
ProfileSummaryInfo.cpp 85 bool ProfileSummaryInfo::isColdFunction(const Function *F) {
148 // FIXME: This only tests isHotFunction and isColdFunction and not the
159 else if (PSI.isColdFunction(&F))
InlineCost.cpp 651 bool ColdCallee = PSI->isColdFunction(&Callee);
    [all...]
  /external/llvm/include/llvm/Analysis/
ProfileSummaryInfo.h 57 bool isColdFunction(const Function *F);

Completed in 103 milliseconds