Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DBlockFrequency.cpp24 BlockFrequency Freq(Frequency); in operator *() local
35 BlockFrequency Freq(Frequency); in operator /() local
40 BlockFrequency &BlockFrequency::operator+=(BlockFrequency Freq) { in operator +=()
57 BlockFrequency &BlockFrequency::operator-=(BlockFrequency Freq) { in operator -=()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DSpillPlacement.cpp257 uint64_t Freq = Entry.getFrequency(); in setThreshold() local
267 BlockFrequency Freq = BlockFrequencies[I->Number]; in addConstraints() local
289 BlockFrequency Freq = BlockFrequencies[*I]; in addPrefSpill() local
313 BlockFrequency Freq = BlockFrequencies[Number]; in addLinks() local
DMachineBlockPlacement.cpp806 auto Freq = MBFI->getBlockFreq(SuccPred) in isProfitableToTailDup() local
2357 unsigned Scale) -> BlockFrequency { in rotateLoopWithProfile()
2506 auto Freq = MBFI->getBlockFreq(LoopBB).getFrequency(); in collectLoopBlockSet() local
2832 BlockFrequency Freq = MBFI->getBlockFreq(ChainBB); in alignBlocks() local
DLiveIntervals.cpp873 BlockFrequency Freq = MBFI->getBlockFreq(MBB); in getSpillWeight() local
DRegAllocGreedy.cpp526 BlockFrequency Freq; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DBlockFrequency.h28 BlockFrequency(uint64_t Freq = 0) : Frequency(Freq) { } in Frequency() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
DProfileSummaryBuilder.cpp83 uint32_t Freq = Iter->second; in computeDetailedSummary() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DBlockFrequencyInfo.cpp227 void BlockFrequencyInfo::setBlockFreq(const BasicBlock *BB, uint64_t Freq) { in setBlockFreq()
233 const BasicBlock *ReferenceBB, uint64_t Freq, in setBlockFreqAndScale()
DBlockFrequencyInfoImpl.cpp568 uint64_t Freq, in getProfileCountFromFreq()
599 uint64_t Freq) { in setBlockFreq()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DBitcodeAnalyzer.cpp687 if (unsigned Freq = Stats.CodeFreq[i].NumInstances) in printStats() local
/third_party/libwebsockets/win32port/zlib/
Ddeflate.h73 #define Freq fc.freq macro
/third_party/node/deps/zlib/
Ddeflate.h79 #define Freq fc.freq macro
/third_party/flutter/skia/third_party/externals/zlib/
Ddeflate.h79 #define Freq fc.freq macro
/third_party/skia/third_party/externals/zlib/
Ddeflate.h79 #define Freq fc.freq macro
/third_party/zlib/
Ddeflate.h79 #define Freq fc.freq macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DJumpThreading.cpp2240 for (uint64_t Freq : BBSuccFreq) in UpdateBlockFreqAndEdgeWeight() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DInlineFunction.cpp1481 uint64_t Freq = CalleeBFI->getBlockFreq(OrigBB).getFrequency(); in updateCallerBFI() local