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

  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
ProfileSummaryInfo.h 96 bool isFunctionHotInCallGraph(const Function *F, BlockFrequencyInfo &BFI);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
ProfileSummaryInfo.cpp 123 bool ProfileSummaryInfo::isFunctionHotInCallGraph(const Function *F,
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
CodeGenPrepare.cpp 403 if (PSI->isFunctionHotInCallGraph(&F, *BFI))
    [all...]

Completed in 793 milliseconds