Searched refs:BlockFreq (Results 1 – 8 of 8) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | ProfileSummaryInfo.h | 211 bool isColdBlock(BlockFrequency BlockFreq, const BFIT *BFI) const { in isColdBlock() argument 212 auto Count = BFI->getProfileCountFromFreq(BlockFreq); in isColdBlock() 224 bool isHotBlockNthPercentile(int PercentileCutoff, BlockFrequency BlockFreq, in isHotBlockNthPercentile() argument 227 BlockFreq, BFI); in isHotBlockNthPercentile() 241 bool isColdBlockNthPercentile(int PercentileCutoff, BlockFrequency BlockFreq, in isColdBlockNthPercentile() argument 244 BlockFreq, BFI); in isColdBlockNthPercentile() 316 BlockFrequency BlockFreq, in isHotOrColdBlockNthPercentile() argument 318 auto Count = BFI->getProfileCountFromFreq(BlockFreq); in isHotOrColdBlockNthPercentile()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | MachineSizeOpts.cpp | 49 BlockFrequency BlockFreq = MBFIW->getBlockFreq(MBB); in shouldOptimizeForSize() local 50 return shouldOptimizeForSizeImpl(BlockFreq, PSI, &MBFIW->getMBFI(), in shouldOptimizeForSize()
|
| H A D | MachineBlockPlacement.cpp | 3531 BlockFrequency BlockFreq = MBFI->getBlockFreq(&MBB); in applyExtTsp() local 3532 BlockCounts[BlockIndex[&MBB]] = BlockFreq.getFrequency(); in applyExtTsp() 3546 BlockFrequency JumpFreq = BlockFreq * EP; in applyExtTsp() 3707 BlockFrequency BlockFreq = MBFI->getBlockFreq(&MBB); in INITIALIZE_PASS_DEPENDENCY() local 3718 BlockFreq * MBPI->getEdgeProbability(&MBB, Succ); in INITIALIZE_PASS_DEPENDENCY()
|
| H A D | BranchFolding.cpp | 1160 BlockFrequency BlockFreq = MBBFreqInfo.getBlockFreq(SrcMBB); in setCommonTailEdgeWeights() local 1161 AccumulatedMBBFreq += BlockFreq; in setCommonTailEdgeWeights() 1172 *EdgeFreq += BlockFreq * MBPI.getEdgeProbability(SrcMBB, *SuccI); in setCommonTailEdgeWeights()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Object/ |
| H A D | ELFTypes.h | 934 BlockFrequency BlockFreq; 939 return std::tie(BlockFreq, Successors) == 940 std::tie(Other.BlockFreq, Other.Successors);
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | BlockFrequencyInfoImpl.cpp | 597 APInt BlockFreq(128, Freq.getFrequency()); in getProfileCountFromFreq() local 599 BlockCount *= BlockFreq; in getProfileCountFromFreq()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | ModuleSummaryIndex.h | 103 void updateRelBlockFreq(uint64_t BlockFreq, uint64_t EntryFreq) { in updateRelBlockFreq() 107 Scaled64 Temp(BlockFreq, ScaleShift); in updateRelBlockFreq()
|
| /freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-objdump/ |
| H A D | llvm-objdump.cpp | 1291 PGOSS << "Frequency: " << Twine(PGOBBEntry.BlockFreq.getFrequency()); in constructPGOLabelString()
|