HomeSort by relevance Sort by last modified time
    Searched defs:hasProfileData (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
Function.h 294 bool hasProfileData() const { return getEntryCount().hasValue(); }
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
PartialInlining.cpp 696 static bool hasProfileData(Function *F, FunctionOutliningInfo *OI) {
697 if (F->hasProfileData())
727 if (hasProfileData(Cloner.OrigFunc, Cloner.ClonedOI.get()))
    [all...]

Completed in 135 milliseconds