Home
last modified time | relevance | path

Searched refs:getEntryFreq (Results 1 – 25 of 52) sorted by relevance

123

/external/llvm-project/llvm/lib/CodeGen/
DMBFIWrapper.cpp59 uint64_t MBFIWrapper::getEntryFreq() const { in getEntryFreq() function in MBFIWrapper
60 return MBFI.getEntryFreq(); in getEntryFreq()
DMachineBlockFrequencyInfo.cpp281 uint64_t MachineBlockFrequencyInfo::getEntryFreq() const { in getEntryFreq() function in MachineBlockFrequencyInfo
282 return MBFI ? MBFI->getEntryFreq() : 0; in getEntryFreq()
DSpillPlacement.cpp206 setThreshold(MBFI->getEntryFreq()); in runOnMachineFunction()
241 nodes[n].BiasN = (MBFI->getEntryFreq() / 16); in activate()
/external/llvm-project/llvm/include/llvm/CodeGen/
DMachineBlockFrequencyInfo.h69 return getBlockFreq(MBB).getFrequency() * (1.0f / getEntryFreq()); in getBlockFreqRelativeToEntryBlock()
101 uint64_t getEntryFreq() const;
DMBFIWrapper.h38 uint64_t getEntryFreq() const;
/external/llvm/lib/CodeGen/
DMachineBlockFrequencyInfo.cpp198 uint64_t MachineBlockFrequencyInfo::getEntryFreq() const { in getEntryFreq() function in MachineBlockFrequencyInfo
199 return MBFI ? MBFI->getEntryFreq() : 0; in getEntryFreq()
DSpillPlacement.cpp202 setThreshold(MBFI->getEntryFreq()); in runOnMachineFunction()
237 nodes[n].BiasN = (MBFI->getEntryFreq() / 16); in activate()
/external/llvm/include/llvm/CodeGen/
DMachineBlockFrequencyInfo.h69 uint64_t getEntryFreq() const;
/external/llvm/lib/Analysis/
DBlockFrequencyInfo.cpp201 uint64_t BlockFrequencyInfo::getEntryFreq() const { in getEntryFreq() function in BlockFrequencyInfo
202 return BFI ? BFI->getEntryFreq() : 0; in getEntryFreq()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineBlockFrequencyInfo.cpp270 uint64_t MachineBlockFrequencyInfo::getEntryFreq() const { in getEntryFreq() function in MachineBlockFrequencyInfo
271 return MBFI ? MBFI->getEntryFreq() : 0; in getEntryFreq()
DSpillPlacement.cpp210 setThreshold(MBFI->getEntryFreq()); in runOnMachineFunction()
245 nodes[n].BiasN = (MBFI->getEntryFreq() / 16); in activate()
DBranchFolding.h149 uint64_t getEntryFreq() const;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineBlockFrequencyInfo.h82 uint64_t getEntryFreq() const;
/external/llvm/include/llvm/Analysis/
DBlockFrequencyInfo.h79 uint64_t getEntryFreq() const;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DBlockFrequencyInfo.cpp279 uint64_t BlockFrequencyInfo::getEntryFreq() const { in getEntryFreq() function in BlockFrequencyInfo
280 return BFI ? BFI->getEntryFreq() : 0; in getEntryFreq()
/external/llvm-project/llvm/lib/Analysis/
DBlockFrequencyInfo.cpp279 uint64_t BlockFrequencyInfo::getEntryFreq() const { in getEntryFreq() function in BlockFrequencyInfo
280 return BFI ? BFI->getEntryFreq() : 0; in getEntryFreq()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DCGProfile.cpp44 if (BFI.getEntryFreq() == 0) in run()
DCFGMST.h102 uint64_t EntryWeight = (BFI != nullptr ? BFI->getEntryFreq() : 2); in buildEdges()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DBlockFrequencyInfo.h103 uint64_t getEntryFreq() const;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DSyntheticCountsPropagation.cpp121 Scaled64 EntryFreq(BFI.getEntryFreq(), 0); in run()
/external/llvm-project/llvm/lib/Transforms/IPO/
DSyntheticCountsPropagation.cpp119 Scaled64 EntryFreq(BFI.getEntryFreq(), 0); in run()
/external/llvm-project/llvm/include/llvm/Analysis/
DBlockFrequencyInfo.h103 uint64_t getEntryFreq() const;
/external/llvm-project/llvm/lib/Transforms/Instrumentation/
DCGProfile.cpp72 if (BFI.getEntryFreq() == 0) in runCGProfilePass()
DCFGMST.h104 uint64_t EntryWeight = (BFI != nullptr ? BFI->getEntryFreq() : 2); in buildEdges()
/external/llvm/lib/Transforms/Instrumentation/
DCFGMST.h88 uint64_t EntryWeight = (BFI != nullptr ? BFI->getEntryFreq() : 2); in buildEdges()

123