/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | BlockFrequency.cpp | 40 BlockFrequency &BlockFrequency::operator+=(BlockFrequency Freq) { in operator +=() argument 57 operator -=(BlockFrequency Freq) operator -=() argument [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/ |
H A D | ProfileSummaryBuilder.cpp | 83 uint32_t Freq = Iter->second; in computeDetailedSummary() local
|
/third_party/lzma/C/ |
H A D | Ppmd.h | 60 Byte Freq;
member 68 Byte Freq;
member
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A 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]; addLinks() local [all...] |
H A D | LiveIntervals.cpp | 873 BlockFrequency Freq = MBFI->getBlockFreq(MBB); in getSpillWeight() local
|
H A D | MachineBlockPlacement.cpp | 806 auto Freq = MBFI->getBlockFreq(SuccPred) in isProfitableToTailDup() local 2506 auto Freq = MBFI->getBlockFreq(LoopBB).getFrequency(); in collectLoopBlockSet() local 2832 BlockFrequency Freq = MBFI->getBlockFreq(ChainBB); in alignBlocks() local [all...] |
H A D | RegAllocGreedy.cpp | 526 BlockFrequency Freq; member
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | BlockFrequencyInfo.cpp | 227 void BlockFrequencyInfo::setBlockFreq(const BasicBlock *BB, uint64_t Freq) { in setBlockFreq() argument 232 setBlockFreqAndScale( const BasicBlock *ReferenceBB, uint64_t Freq, SmallPtrSetImpl<BasicBlock *> &BlocksToScale) setBlockFreqAndScale() argument
|
H A D | BlockFrequencyInfoImpl.cpp | 567 getProfileCountFromFreq(const Function &F, uint64_t Freq, bool AllowSynthetic) const getProfileCountFromFreq() argument 598 setBlockFreq(const BlockNode &Node, uint64_t Freq) setBlockFreq() argument
|
/third_party/node/deps/v8/third_party/zlib/ |
H A D | deflate.h | 79 #define Freq fc.freq macro
|
/third_party/libwebsockets/win32port/zlib/ |
H A D | deflate.h | 73 #define Freq fc.freq
macro
|
/third_party/skia/third_party/externals/zlib/ |
H A D | deflate.h | 79 #define Freq fc.freq macro
|
/third_party/zlib/ |
H A D | deflate.h | 83 #define Freq fc.freq macro
|
/third_party/node/deps/zlib/ |
H A D | deflate.h | 83 #define Freq fc.freq macro
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
H A D | InlineFunction.cpp | 1481 uint64_t Freq = CalleeBFI->getBlockFreq(OrigBB).getFrequency(); in updateCallerBFI() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
H A D | BlockFrequencyInfoImpl.h | 1049 void BlockFrequencyInfoImpl<BT>::setBlockFreq(const BlockT *BB, uint64_t Freq) { in setBlockFreq() argument 1051 BlockFrequencyInfoImplBase::setBlockFreq(getNode(BB), Freq); in setBlockFreq() local 1398 BlockFrequency Freq in getNodeAttributes() local 979 getProfileCountFromFreq(const Function &F, uint64_t Freq, bool AllowSynthetic = false) const getProfileCountFromFreq() argument [all...] |