Searched refs:EntryFreq (Results 1 – 10 of 10) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | ShrinkWrap.cpp | 138 uint64_t EntryFreq; member in __anonfcf354b40111::ShrinkWrap 197 EntryFreq = MBFI->getEntryFreq(); in init() 540 LLVM_DEBUG(dbgs() << "\n ** Results **\nFrequency of the Entry: " << EntryFreq in runOnMachineFunction() 553 if (((IsSaveCheap = EntryFreq >= MBFI->getBlockFreq(Save).getFrequency()) && in runOnMachineFunction() 554 EntryFreq >= MBFI->getBlockFreq(Restore).getFrequency()) && in runOnMachineFunction()
|
| H A D | MachineBlockPlacement.cpp | 799 uint64_t EntryFreq) { in greaterWithBias() argument 802 return (Gain / ThresholdProb).getFrequency() >= EntryFreq; in greaterWithBias() 847 uint64_t EntryFreq = MBFI->getEntryFreq(); in isProfitableToTailDup() local 851 return greaterWithBias(P, Qout, EntryFreq); in isProfitableToTailDup() 907 return greaterWithBias(BaseCost, DupCost, EntryFreq); in isProfitableToTailDup() 949 EntryFreq); in isProfitableToTailDup() 954 EntryFreq); in isProfitableToTailDup() 2908 BlockFrequency EntryFreq = MBFI->getBlockFreq(&F->front()); in alignBlocks() local 2909 BlockFrequency WeightedEntryFreq = EntryFreq * ColdProb; in alignBlocks()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/ |
| H A D | SyntheticCountsPropagation.cpp | 114 Scaled64 EntryFreq(BFI.getEntryFreq(), 0); in run() local 116 BBCount /= EntryFreq; in run()
|
| H A D | PartialInlining.cpp | 728 auto EntryFreq = in getOutliningCallBBRelativeFreq() local 735 if (OutliningCallFreq.getFrequency() > EntryFreq.getFrequency()) in getOutliningCallBBRelativeFreq() 736 OutliningCallFreq = EntryFreq; in getOutliningCallBBRelativeFreq() 739 OutliningCallFreq.getFrequency(), EntryFreq.getFrequency()); in getOutliningCallBBRelativeFreq()
|
| /openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
| H A D | CFGPrinter.cpp | 322 uint64_t EntryFreq = BFI->getEntryFreq(); in isNodeHidden() local 324 if ((double)NodeFreq / EntryFreq < HideColdPaths) in isNodeHidden()
|
| H A D | BlockFrequencyInfoImpl.cpp | 606 APInt EntryFreq(128, getEntryFreq()); in getProfileCountFromFreq() local 610 BlockCount = (BlockCount + EntryFreq.lshr(1)).udiv(EntryFreq); in getProfileCountFromFreq()
|
| H A D | ModuleSummaryAnalysis.cpp | 394 uint64_t EntryFreq = BFI->getEntryFreq(); in computeFunctionSummary() local 395 ValueInfo.updateRelBlockFreq(BBFreq, EntryFreq); in computeFunctionSummary()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/ |
| H A D | CodeExtractor.cpp | 1655 BlockFrequency EntryFreq; in extractCodeRegion() local 1661 EntryFreq += in extractCodeRegion() 1788 auto Count = BFI->getProfileCountFromFreq(EntryFreq.getFrequency()); in extractCodeRegion() 1792 BFI->setBlockFreq(codeReplacer, EntryFreq.getFrequency()); in extractCodeRegion()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/IR/ |
| H A D | ModuleSummaryIndex.h | 93 void updateRelBlockFreq(uint64_t BlockFreq, uint64_t EntryFreq) { in updateRelBlockFreq() 94 if (EntryFreq == 0) in updateRelBlockFreq() 98 Temp /= Scaled64::get(EntryFreq); in updateRelBlockFreq()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/ |
| H A D | PPCMIPeephole.cpp | 105 uint64_t EntryFreq; member 154 EntryFreq = MBFI->getEntryFreq(); in initialize() 249 if (CurrBlockFreq > EntryFreq || MPDT->dominates(MI->getParent(), Entry)) in UpdateTOCSaves()
|