Searched refs:getEntryFreq (Results 1 - 20 of 20) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMBFIWrapper.cpp47 uint64_t MBFIWrapper::getEntryFreq() const { function in class:MBFIWrapper
48 return MBFI.getEntryFreq();
H A DMachineBlockFrequencyInfo.cpp276 uint64_t MachineBlockFrequencyInfo::getEntryFreq() const { function in class:MachineBlockFrequencyInfo
277 return MBFI ? MBFI->getEntryFreq() : 0;
H A DSpillPlacement.cpp210 setThreshold(MBFI->getEntryFreq());
245 nodes[n].BiasN = (MBFI->getEntryFreq() / 16);
H A DShrinkWrap.cpp197 EntryFreq = MBFI->getEntryFreq();
H A DRegAllocPBQP.cpp454 const float Scale = 1.0f / MBFI.getEntryFreq();
H A DRegAllocGreedy.cpp2297 (1.0f / MBFI->getEntryFreq());
2835 uint64_t ActualEntry = MBFI->getEntryFreq();
H A DLiveIntervals.cpp872 const float Scale = 1.0f / MBFI->getEntryFreq();
H A DMachineBlockPlacement.cpp792 uint64_t EntryFreq = MBFI->getEntryFreq();
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMBFIWrapper.h36 uint64_t getEntryFreq() const;
H A DMachineBlockFrequencyInfo.h84 uint64_t getEntryFreq() const;
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DBlockFrequencyInfo.h103 uint64_t getEntryFreq() const;
H A DBlockFrequencyInfoImpl.h540 uint64_t getEntryFreq() const { function in class:llvm::BlockFrequencyInfoImplBase
979 using BlockFrequencyInfoImplBase::getEntryFreq;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSyntheticCountsPropagation.cpp119 Scaled64 EntryFreq(BFI.getEntryFreq(), 0);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DCGProfile.cpp71 if (BFI.getEntryFreq() == 0)
H A DCFGMST.h108 uint64_t EntryWeight = (BFI != nullptr ? BFI->getEntryFreq() : 2);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DBlockFrequencyInfo.cpp279 uint64_t BlockFrequencyInfo::getEntryFreq() const { function in class:BlockFrequencyInfo
280 return BFI ? BFI->getEntryFreq() : 0;
H A DBlockFrequencyInfoImpl.cpp591 APInt EntryFreq(128, getEntryFreq());
640 Scaled64 Entry(getEntryFreq(), 0);
H A DModuleSummaryAnalysis.cpp361 uint64_t EntryFreq = BFI->getEntryFreq();
H A DInlineCost.cpp1289 auto CallerEntryFreq = CallerBFI->getEntryFreq();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCMIPeephole.cpp148 EntryFreq = MBFI->getEntryFreq();

Completed in 286 milliseconds