Home
last modified time | relevance | path

Searched defs:Freq (Results 1 – 18 of 18) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocScore.h47 void onCopy(double Freq) { CopyCounts += Freq; } in onCopy()
48 void onLoad(double Freq) { LoadCounts += Freq; } in onLoad()
49 void onStore(double Freq) { StoreCounts += Freq; } in onStore()
50 void onLoadStore(double Freq) { LoadStoreCounts += Freq; } in onLoadStore()
51 void onExpensiveRemat(double Freq) { ExpensiveRematCounts += Freq; } in onExpensiveRemat()
52 void onCheapRemat(double Freq) { CheapRematCounts += Freq; } in onCheapRemat()
H A DSpillPlacement.cpp253 uint64_t Freq = Entry.getFrequency(); in setThreshold() local
262 BlockFrequency Freq = BlockFrequencies[LB.Number]; in addConstraints() local
283 BlockFrequency Freq = BlockFrequencies[B]; in addPrefSpill() local
305 BlockFrequency Freq = BlockFrequencies[Number]; in addLinks() local
H A DMachineBlockFrequencyInfo.cpp281 BlockFrequency Freq) { in printBlockFreq()
H A DMachineBlockPlacement.cpp872 auto Freq = MBFI->getBlockFreq(SuccPred) in isProfitableToTailDup() local
2435 unsigned Scale) -> BlockFrequency { in rotateLoopWithProfile()
2584 auto Freq = MBFI->getBlockFreq(LoopBB).getFrequency(); in collectLoopBlockSet() local
2950 BlockFrequency Freq = MBFI->getBlockFreq(ChainBB); in alignBlocks() local
3355 BlockFrequency Freq = MBFI->getBlockFreq(&MBB); in initDupThreshold() local
H A DRegAllocGreedy.h394 BlockFrequency Freq; member
H A DMLRegAllocEvictAdvisor.cpp819 float Freq = MBFI.getBlockFreqRelativeToEntryBlock(MI->getParent()); in getLIFeatureComponents() local
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DBlockFrequency.cpp25 BlockFrequency Freq(Frequency); in operator *() local
36 BlockFrequency Freq(Frequency); in operator /() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DBlockFrequency.h30 explicit BlockFrequency(uint64_t Freq) : Frequency(Freq) {} in BlockFrequency()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DBlockFrequencyInfo.cpp227 BlockFrequency Freq) { in setBlockFreq()
233 const BasicBlock *ReferenceBB, BlockFrequency Freq, in setBlockFreqAndScale()
285 BlockFrequency Freq) { in printBlockFreq()
H A DBlockFrequencyInfoImpl.cpp591 const Function &F, BlockFrequency Freq, bool AllowSynthetic) const { in getProfileCountFromFreq()
621 BlockFrequency Freq) { in setBlockFreq()
638 BlockFrequency Freq) { in printBlockFreqImpl()
H A DCallPrinter.cpp59 DenseMap<const Function *, uint64_t> Freq; member in llvm::CallGraphDOTInfo
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DProfileSummaryBuilder.cpp154 uint32_t Freq = Iter->second; in computeDetailedSummary() local
/freebsd/contrib/libarchive/libarchive/
H A Darchive_ppmd_private.h118 Byte Freq; member
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeAnalyzer.cpp697 if (unsigned Freq = Stats.CodeFreq[i].NumInstances) in printStats() local
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerCorpus.h453 uint16_t Freq = GlobalFeatureFreqs[Idx32]++; in UpdateFeatureFrequency() local
/freebsd/sys/contrib/zlib/
H A Ddeflate.h83 #define Freq fc.freq macro
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp2566 for (uint64_t Freq : BBSuccFreq) in updateBlockFreqAndEdgeWeight() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp1863 BlockFrequency Freq = CalleeBFI->getBlockFreq(OrigBB); in updateCallerBFI() local