Searched refs:hasProfileData (Results 1 – 16 of 16) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
| H A D | LoopSink.cpp | 288 assert(Preheader->getParent()->hasProfileData() && in sinkLoopInvariantInstructions() 382 if (!Preheader->getParent()->hasProfileData()) in run() 432 if (!Preheader->getParent()->hasProfileData()) in runOnLoop()
|
| H A D | LoopPassManager.cpp | 201 BlockFrequencyInfo *BFI = UseBlockFrequencyInfo && F.hasProfileData() in run() 326 if (UseBlockFrequencyInfo && F.hasProfileData()) in run()
|
| H A D | LICM.cpp | 234 bool hasProfileData = L->getHeader()->getParent()->hasProfileData(); in runOnLoop() local 236 hasProfileData ? &getAnalysis<LazyBlockFrequencyInfoPass>().getBFI() in runOnLoop() 831 if (!DstBlock->getParent()->hasProfileData()) in worthSinkOrHoistInst()
|
| H A D | JumpThreading.cpp | 328 if (F.hasProfileData()) { in runOnFunction() 334 bool Changed = Impl.runImpl(F, TLI, LVI, AA, &DTU, F.hasProfileData(), in runOnFunction() 357 if (F.hasProfileData()) { in run() 363 bool Changed = runImpl(F, &TLI, &LVI, &AA, &DTU, F.hasProfileData(), in run()
|
| H A D | LoopUnrollPass.cpp | 968 if (L->getHeader()->getParent()->hasProfileData()) { in computeUnrollCount()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| H A D | MachineFunctionSplitter.cpp | 97 if (!MF.getFunction().hasProfileData()) in runOnMachineFunction()
|
| H A D | MachineBlockPlacement.cpp | 1181 if (F->getFunction().hasProfileData()) in canTailDuplicateUnplacedPreds() 1349 if (!BB->getParent()->getFunction().hasProfileData()) in getLayoutSuccessorProbThreshold() 2540 if (F->getFunction().hasProfileData() || ForceLoopColdBlock) { in collectLoopBlockSet() 2586 (PreciseRotationCost && F->getFunction().hasProfileData()); in buildLoopChains() 3070 if (F->getFunction().hasProfileData()) { in maybeTailDuplicateBlock() 3271 if (!F->getFunction().hasProfileData()) in initDupThreshold()
|
| H A D | TailDuplicator.cpp | 857 if (!(MF->getFunction().hasProfileData() && LayoutMode)) { in tailDuplicate()
|
| H A D | MachineLICM.cpp | 342 HasProfileData = MF.getFunction().hasProfileData(); in runOnMachineFunction()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/ |
| H A D | PartialInlining.cpp | 717 static bool hasProfileData(const Function &F, const FunctionOutliningInfo &OI) { in hasProfileData() function 718 if (F.hasProfileData()) in hasProfileData() 748 if (hasProfileData(*Cloner.OrigFunc, *Cloner.ClonedOI.get())) in getOutliningCallBBRelativeFreq() 1304 if (PSI.hasProfileSummary() && F.hasProfileData() && in unswitchFunction()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
| H A D | ProfileSummaryInfo.cpp | 372 return hasSampleProfile() && CB.getCaller()->hasProfileData(); in isColdCallSite()
|
| H A D | ModuleSummaryAnalysis.cpp | 753 else if (F.hasProfileData()) { in buildModuleSummaryIndex()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
| H A D | Function.h | 340 bool hasProfileData(bool IncludeSynthetic = false) const {
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
| H A D | LoopPeel.cpp | 391 if (L->getHeader()->getParent()->hasProfileData()) { in computePeelCount()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | CodeViewDebug.cpp | 1434 if (GV.hasProfileData()) { in beginFunctionImpl()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/ |
| H A D | BitcodeWriter.cpp | 3829 F.hasProfileData() || ForceSummaryEdgesCold != FunctionSummary::FSHT_None; in writePerModuleFunctionSummaryRecord()
|