Searched defs:Freq (Results 1 - 14 of 14) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DBlockFrequency.cpp40 BlockFrequency &BlockFrequency::operator+=(BlockFrequency Freq) { argument
57 operator -=(BlockFrequency Freq) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ProfileData/
H A DProfileSummaryBuilder.cpp83 uint32_t Freq = Iter->second; local
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_ppmd_private.h118 Byte Freq; member in struct:__anon25
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DBlockFrequencyInfo.cpp227 void BlockFrequencyInfo::setBlockFreq(const BasicBlock *BB, uint64_t Freq) { argument
232 setBlockFreqAndScale( const BasicBlock *ReferenceBB, uint64_t Freq, SmallPtrSetImpl<BasicBlock *> &BlocksToScale) argument
H A DBlockFrequencyInfoImpl.cpp567 getProfileCountFromFreq(const Function &F, uint64_t Freq, bool AllowSynthetic) const argument
598 setBlockFreq(const BlockNode &Node, uint64_t Freq) argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DSpillPlacement.cpp257 uint64_t Freq = Entry.getFrequency(); local
267 BlockFrequency Freq = BlockFrequencies[I->Number]; local
289 BlockFrequency Freq = BlockFrequencies[*I]; local
313 BlockFrequency Freq = BlockFrequencies[Number]; local
[all...]
H A DRegAllocGreedy.cpp526 BlockFrequency Freq; member in struct:__anon1792::RAGreedy::HintInfo
533 HintInfo(BlockFrequency Freq, unsigned Reg, unsigned PhysReg) argument
H A DLiveIntervals.cpp873 BlockFrequency Freq = MBFI->getBlockFreq(MBB); local
H A DMachineBlockPlacement.cpp806 auto Freq = MBFI->getBlockFreq(SuccPred) local
2506 auto Freq = MBFI->getBlockFreq(LoopBB).getFrequency(); local
2832 BlockFrequency Freq = MBFI->getBlockFreq(ChainBB); local
[all...]
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Ddeflate.h73 #define Freq fc.freq macro
/freebsd-11-stable/sys/contrib/zlib/
H A Ddeflate.h79 #define Freq fc.freq macro
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DBlockFrequencyInfoImpl.h1049 void BlockFrequencyInfoImpl<BT>::setBlockFreq(const BlockT *BB, uint64_t Freq) { argument
1051 BlockFrequencyInfoImplBase::setBlockFreq(getNode(BB), Freq); local
1398 BlockFrequency Freq local
979 getProfileCountFromFreq(const Function &F, uint64_t Freq, bool AllowSynthetic = false) const argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp1481 uint64_t Freq = CalleeBFI->getBlockFreq(OrigBB).getFrequency(); local
/freebsd-11-stable/sys/libkern/
H A Dzlib.c331 #define Freq fc.freq macro
[all...]

Completed in 208 milliseconds