Searched refs:hasProfileData (Results 1 – 17 of 17) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| D | LoopSink.cpp | 288 assert(Preheader->getParent()->hasProfileData() && in sinkLoopInvariantInstructions() 382 if (!Preheader->getParent()->hasProfileData()) in run() 432 if (!Preheader->getParent()->hasProfileData()) in runOnLoop()
|
| D | LoopPassManager.cpp | 201 BlockFrequencyInfo *BFI = UseBlockFrequencyInfo && F.hasProfileData() in run() 326 if (UseBlockFrequencyInfo && F.hasProfileData()) in run()
|
| D | LICM.cpp | 234 bool hasProfileData = L->getHeader()->getParent()->hasProfileData(); in runOnLoop() local 236 hasProfileData ? &getAnalysis<LazyBlockFrequencyInfoPass>().getBFI() in runOnLoop() 859 if (!DstBlock->getParent()->hasProfileData()) in worthSinkOrHoistInst()
|
| 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()
|
| D | LoopUnrollPass.cpp | 976 if (L->getHeader()->getParent()->hasProfileData()) { in computeUnrollCount()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/ |
| D | MachineFunctionSplitter.cpp | 97 if (!MF.getFunction().hasProfileData()) in runOnMachineFunction()
|
| 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()
|
| D | TailDuplicator.cpp | 856 if (!(MF->getFunction().hasProfileData() && LayoutMode)) { in tailDuplicate()
|
| D | MachineLICM.cpp | 342 HasProfileData = MF.getFunction().hasProfileData(); in runOnMachineFunction()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| 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()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/ |
| D | ProfileSummaryInfo.cpp | 372 return hasSampleProfile() && CB.getCaller()->hasProfileData(); in isColdCallSite()
|
| D | ModuleSummaryAnalysis.cpp | 753 else if (F.hasProfileData()) { in buildModuleSummaryIndex()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/ |
| D | Function.h | 341 bool hasProfileData(bool IncludeSynthetic = false) const {
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| D | LoopPeel.cpp | 391 if (L->getHeader()->getParent()->hasProfileData()) { in computePeelCount()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| D | BlockFrequencyInfoImpl.h | 1363 if (!F->getFunction().hasProfileData())
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| D | CodeViewDebug.cpp | 1434 if (GV.hasProfileData()) { in beginFunctionImpl()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Bitcode/Writer/ |
| D | BitcodeWriter.cpp | 3833 F.hasProfileData() || ForceSummaryEdgesCold != FunctionSummary::FSHT_None; in writePerModuleFunctionSummaryRecord()
|