/external/llvm-project/llvm/lib/CodeGen/ |
D | MBFIWrapper.cpp | 59 uint64_t MBFIWrapper::getEntryFreq() const { in getEntryFreq() function in MBFIWrapper 60 return MBFI.getEntryFreq(); in getEntryFreq()
|
D | MachineBlockFrequencyInfo.cpp | 281 uint64_t MachineBlockFrequencyInfo::getEntryFreq() const { in getEntryFreq() function in MachineBlockFrequencyInfo 282 return MBFI ? MBFI->getEntryFreq() : 0; in getEntryFreq()
|
D | SpillPlacement.cpp | 206 setThreshold(MBFI->getEntryFreq()); in runOnMachineFunction() 241 nodes[n].BiasN = (MBFI->getEntryFreq() / 16); in activate()
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | MachineBlockFrequencyInfo.h | 69 return getBlockFreq(MBB).getFrequency() * (1.0f / getEntryFreq()); in getBlockFreqRelativeToEntryBlock() 101 uint64_t getEntryFreq() const;
|
D | MBFIWrapper.h | 38 uint64_t getEntryFreq() const;
|
/external/llvm/lib/CodeGen/ |
D | MachineBlockFrequencyInfo.cpp | 198 uint64_t MachineBlockFrequencyInfo::getEntryFreq() const { in getEntryFreq() function in MachineBlockFrequencyInfo 199 return MBFI ? MBFI->getEntryFreq() : 0; in getEntryFreq()
|
D | SpillPlacement.cpp | 202 setThreshold(MBFI->getEntryFreq()); in runOnMachineFunction() 237 nodes[n].BiasN = (MBFI->getEntryFreq() / 16); in activate()
|
/external/llvm/include/llvm/CodeGen/ |
D | MachineBlockFrequencyInfo.h | 69 uint64_t getEntryFreq() const;
|
/external/llvm/lib/Analysis/ |
D | BlockFrequencyInfo.cpp | 201 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/ |
D | MachineBlockFrequencyInfo.cpp | 270 uint64_t MachineBlockFrequencyInfo::getEntryFreq() const { in getEntryFreq() function in MachineBlockFrequencyInfo 271 return MBFI ? MBFI->getEntryFreq() : 0; in getEntryFreq()
|
D | SpillPlacement.cpp | 210 setThreshold(MBFI->getEntryFreq()); in runOnMachineFunction() 245 nodes[n].BiasN = (MBFI->getEntryFreq() / 16); in activate()
|
D | BranchFolding.h | 149 uint64_t getEntryFreq() const;
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | MachineBlockFrequencyInfo.h | 82 uint64_t getEntryFreq() const;
|
/external/llvm/include/llvm/Analysis/ |
D | BlockFrequencyInfo.h | 79 uint64_t getEntryFreq() const;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | BlockFrequencyInfo.cpp | 279 uint64_t BlockFrequencyInfo::getEntryFreq() const { in getEntryFreq() function in BlockFrequencyInfo 280 return BFI ? BFI->getEntryFreq() : 0; in getEntryFreq()
|
/external/llvm-project/llvm/lib/Analysis/ |
D | BlockFrequencyInfo.cpp | 279 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/ |
D | CGProfile.cpp | 44 if (BFI.getEntryFreq() == 0) in run()
|
D | CFGMST.h | 102 uint64_t EntryWeight = (BFI != nullptr ? BFI->getEntryFreq() : 2); in buildEdges()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | BlockFrequencyInfo.h | 103 uint64_t getEntryFreq() const;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
D | SyntheticCountsPropagation.cpp | 121 Scaled64 EntryFreq(BFI.getEntryFreq(), 0); in run()
|
/external/llvm-project/llvm/lib/Transforms/IPO/ |
D | SyntheticCountsPropagation.cpp | 119 Scaled64 EntryFreq(BFI.getEntryFreq(), 0); in run()
|
/external/llvm-project/llvm/include/llvm/Analysis/ |
D | BlockFrequencyInfo.h | 103 uint64_t getEntryFreq() const;
|
/external/llvm-project/llvm/lib/Transforms/Instrumentation/ |
D | CGProfile.cpp | 72 if (BFI.getEntryFreq() == 0) in runCGProfilePass()
|
D | CFGMST.h | 104 uint64_t EntryWeight = (BFI != nullptr ? BFI->getEntryFreq() : 2); in buildEdges()
|
/external/llvm/lib/Transforms/Instrumentation/ |
D | CFGMST.h | 88 uint64_t EntryWeight = (BFI != nullptr ? BFI->getEntryFreq() : 2); in buildEdges()
|