Home
last modified time | relevance | path

Searched refs:hasProfileData (Results 1 – 10 of 10) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DPartialInlining.cpp696 static bool hasProfileData(Function *F, FunctionOutliningInfo *OI) { in hasProfileData() function
697 if (F->hasProfileData()) in hasProfileData()
727 if (hasProfileData(Cloner.OrigFunc, Cloner.ClonedOI.get())) in getOutliningCallBBRelativeFreq()
1261 if (PSI->hasProfileSummary() && F->hasProfileData() && in unswitchFunction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DProfileSummaryInfo.cpp266 (CS.getCaller()->hasProfileData() || ProfileSampleAccurate || in isColdCallSite()
DModuleSummaryAnalysis.cpp508 else if (F.hasProfileData()) { in buildModuleSummaryIndex()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DLoopSink.cpp260 if (!Preheader->getParent()->hasProfileData()) in sinkLoopInvariantInstructions()
DJumpThreading.cpp291 bool HasProfileData = F.hasProfileData(); in runOnFunction()
319 if (F.hasProfileData()) { in run()
DLoopUnrollPass.cpp893 if (L->getHeader()->getParent()->hasProfileData()) { in computeUnrollCount()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DFunction.h294 bool hasProfileData() const { return getEntryCount().hasValue(); } in hasProfileData() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DLoopUnrollPeel.cpp319 if (L->getHeader()->getParent()->hasProfileData()) { in computePeelCount()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachineBlockPlacement.cpp1246 if (!BB->getParent()->getFunction().hasProfileData()) in getLayoutSuccessorProbThreshold()
2193 if (F->getFunction().hasProfileData() || ForceLoopColdBlock) { in collectLoopBlockSet()
2235 (PreciseRotationCost && F->getFunction().hasProfileData()); in buildLoopChains()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp3468 F.hasProfileData() || ForceSummaryEdgesCold != FunctionSummary::FSHT_None; in writePerModuleFunctionSummaryRecord()