| /freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/ |
| D | MBFIWrapper.cpp | 46 raw_ostream & MBFIWrapper::printBlockFreq(raw_ostream &OS, in printBlockFreq() function in MBFIWrapper 48 return MBFI.printBlockFreq(OS, getBlockFreq(MBB)); in printBlockFreq() 51 raw_ostream & MBFIWrapper::printBlockFreq(raw_ostream &OS, in printBlockFreq() function in MBFIWrapper 53 return MBFI.printBlockFreq(OS, Freq); in printBlockFreq()
|
| D | MachineBlockFrequencyInfo.cpp | 278 MachineBlockFrequencyInfo::printBlockFreq(raw_ostream &OS, in printBlockFreq() function in MachineBlockFrequencyInfo 280 return MBFI ? MBFI->printBlockFreq(OS, Freq) : OS; in printBlockFreq() 284 MachineBlockFrequencyInfo::printBlockFreq(raw_ostream &OS, in printBlockFreq() function in MachineBlockFrequencyInfo 286 return MBFI ? MBFI->printBlockFreq(OS, MBB) : OS; in printBlockFreq()
|
| D | MachineBlockPlacement.cpp | 1702 MBFI->printBlockFreq(dbgs(), CandidateFreq) << " (freq)\n"); in selectBestCandidateBlock() 2066 MBFI->printBlockFreq(dbgs(), Pred) << " freq\n"); in findBestLoopTopHelper() 2212 MBFI->printBlockFreq(dbgs(), ExitEdgeFreq) << ")\n"); in findBestLoopExit()
|
| D | RegAllocGreedy.cpp | 1875 MBFI->printBlockFreq(dbgs(), BestCost) << '\n'); in tryRegionSplit() 1942 MBFI->printBlockFreq(dbgs(), Cost)); in calculateRegionSplitCost() 1970 MBFI->printBlockFreq(dbgs(), Cost) << " with bundles"; in calculateRegionSplitCost()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| D | MBFIWrapper.h | 34 raw_ostream &printBlockFreq(raw_ostream &OS, 36 raw_ostream &printBlockFreq(raw_ostream &OS,
|
| D | MachineBlockFrequencyInfo.h | 92 raw_ostream &printBlockFreq(raw_ostream &OS, const BlockFrequency Freq) const; 96 raw_ostream &printBlockFreq(raw_ostream &OS,
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/ |
| D | BlockFrequencyInfo.cpp | 271 printBlockFreq(raw_ostream &OS, const BlockFrequency Freq) const { in printBlockFreq() function in BlockFrequencyInfo 272 return BFI ? BFI->printBlockFreq(OS, Freq) : OS; in printBlockFreq() 276 BlockFrequencyInfo::printBlockFreq(raw_ostream &OS, in printBlockFreq() function in BlockFrequencyInfo 278 return BFI ? BFI->printBlockFreq(OS, BB) : OS; in printBlockFreq()
|
| D | BlockFrequencyInfoImpl.cpp | 647 BlockFrequencyInfoImplBase::printBlockFreq(raw_ostream &OS, in printBlockFreq() function in BlockFrequencyInfoImplBase 653 BlockFrequencyInfoImplBase::printBlockFreq(raw_ostream &OS, in printBlockFreq() function in BlockFrequencyInfoImplBase
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| D | BlockFrequencyInfo.h | 97 raw_ostream &printBlockFreq(raw_ostream &OS, const BlockFrequency Freq) const; 101 raw_ostream &printBlockFreq(raw_ostream &OS, const BasicBlock *BB) const;
|
| D | BlockFrequencyInfoImpl.h | 535 raw_ostream &printBlockFreq(raw_ostream &OS, const BlockNode &Node) const; 536 raw_ostream &printBlockFreq(raw_ostream &OS, 1070 using BlockFrequencyInfoImplBase::printBlockFreq; 1072 raw_ostream &printBlockFreq(raw_ostream &OS, const BlockT *BB) const { 1073 return BlockFrequencyInfoImplBase::printBlockFreq(OS, getNode(BB)); 1869 Graph->printBlockFreq(OS, Node);
|