Home
last modified time | relevance | path

Searched defs:EntryFreq (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DBlockFrequency.cpp51 void llvm::printRelativeBlockFreq(raw_ostream &OS, BlockFrequency EntryFreq, in printRelativeBlockFreq()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DCFGPrinter.cpp215 BlockFrequency EntryFreq = BFI->getEntryFreq(); in isNodeHidden() local
H A DBlockFrequencyInfoImpl.cpp598 APInt EntryFreq(128, getEntryFreq().getFrequency()); in getProfileCountFromFreq() local
H A DModuleSummaryAnalysis.cpp462 uint64_t EntryFreq = BFI->getEntryFreq().getFrequency(); in computeFunctionSummary() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp833 const ValueSet &inputs, const ValueSet &outputs, BlockFrequency EntryFreq, in constructFunctionDeclaration()
1478 BlockFrequency EntryFreq; in extractCodeRegion() local
1828 BlockFrequency EntryFreq, ArrayRef<Value *> LifetimesStart, in emitReplacerCall()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DShrinkWrap.cpp142 BlockFrequency EntryFreq; member in __anon8a4a73dd0111::ShrinkWrapImpl
H A DMachineBlockPlacement.cpp859 BlockFrequency EntryFreq) { in greaterWithBias()
907 BlockFrequency EntryFreq = MBFI->getEntryFreq(); in isProfitableToTailDup() local
3017 BlockFrequency EntryFreq = MBFI->getBlockFreq(&F->front()); in alignBlocks() local
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCMIPeephole.cpp121 BlockFrequency EntryFreq; member
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DPartialInlining.cpp676 auto EntryFreq = in getOutliningCallBBRelativeFreq() local