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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DBlockFrequency.cpp40 BlockFrequency &BlockFrequency::operator+=(BlockFrequency Freq) { argument
57 operator -=(BlockFrequency Freq) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ProfileData/
H A DProfileSummaryBuilder.cpp96 uint32_t Freq = Iter->second; local
/freebsd-13-stable/contrib/libarchive/libarchive/
H A Darchive_ppmd_private.h118 Byte Freq; member in struct:__anon1092
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineBlockFrequencyInfo.cpp250 setBlockFreq(const MachineBasicBlock *MBB, uint64_t Freq) argument
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 DLiveIntervals.cpp871 BlockFrequency Freq = MBFI->getBlockFreq(MBB); local
H A DRegAllocGreedy.cpp519 BlockFrequency Freq; member in struct:__anon3553::RAGreedy::HintInfo
526 HintInfo(BlockFrequency Freq, Register Reg, MCRegister PhysReg) argument
H A DMachineBlockPlacement.cpp818 auto Freq = MBFI->getBlockFreq(SuccPred) local
2519 auto Freq = MBFI->getBlockFreq(LoopBB).getFrequency(); local
2861 BlockFrequency Freq = MBFI->getBlockFreq(ChainBB); local
3248 BlockFrequency Freq = MBFI->getBlockFreq(&MBB); local
[all...]
/freebsd-13-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 DCallPrinter.cpp54 DenseMap<const Function *, uint64_t> Freq; member in class:llvm::CallGraphDOTInfo
H A DBlockFrequencyInfoImpl.cpp582 getProfileCountFromFreq(const Function &F, uint64_t Freq, bool AllowSynthetic) const argument
613 setBlockFreq(const BlockNode &Node, uint64_t Freq) argument
/freebsd-13-stable/sys/contrib/zlib/
H A Ddeflate.h79 #define Freq fc.freq macro
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DBlockFrequencyInfoImpl.h1110 void BlockFrequencyInfoImpl<BT>::setBlockFreq(const BlockT *BB, uint64_t Freq) { argument
1112 BlockFrequencyInfoImplBase::setBlockFreq(getNode(BB), Freq); local
1452 auto Freq local
992 getProfileCountFromFreq(const Function &F, uint64_t Freq, bool AllowSynthetic = false) const argument
1514 BlockFrequency Freq = Graph->getBlockFreq(Node); local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp1549 uint64_t Freq = CalleeBFI->getBlockFreq(OrigBB).getFrequency(); local

Completed in 192 milliseconds