/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | BlockFrequency.cpp | 24 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/ |
D | SpillPlacement.cpp | 257 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
|
D | MachineBlockPlacement.cpp | 806 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
|
D | LiveIntervals.cpp | 873 BlockFrequency Freq = MBFI->getBlockFreq(MBB); in getSpillWeight() local
|
D | RegAllocGreedy.cpp | 526 BlockFrequency Freq; member
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | BlockFrequency.h | 28 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/ |
D | ProfileSummaryBuilder.cpp | 83 uint32_t Freq = Iter->second; in computeDetailedSummary() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | BlockFrequencyInfo.cpp | 227 void BlockFrequencyInfo::setBlockFreq(const BasicBlock *BB, uint64_t Freq) { in setBlockFreq() 233 const BasicBlock *ReferenceBB, uint64_t Freq, in setBlockFreqAndScale()
|
D | BlockFrequencyInfoImpl.cpp | 568 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/ |
D | BitcodeAnalyzer.cpp | 687 if (unsigned Freq = Stats.CodeFreq[i].NumInstances) in printStats() local
|
/third_party/libwebsockets/win32port/zlib/ |
D | deflate.h | 73 #define Freq fc.freq macro
|
/third_party/node/deps/zlib/ |
D | deflate.h | 79 #define Freq fc.freq macro
|
/third_party/flutter/skia/third_party/externals/zlib/ |
D | deflate.h | 79 #define Freq fc.freq macro
|
/third_party/skia/third_party/externals/zlib/ |
D | deflate.h | 79 #define Freq fc.freq macro
|
/third_party/zlib/ |
D | deflate.h | 79 #define Freq fc.freq macro
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | JumpThreading.cpp | 2240 for (uint64_t Freq : BBSuccFreq) in UpdateBlockFreqAndEdgeWeight() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | InlineFunction.cpp | 1481 uint64_t Freq = CalleeBFI->getBlockFreq(OrigBB).getFrequency(); in updateCallerBFI() local
|