Home
last modified time | relevance | path

Searched refs:printBlockFreq (Results 1 – 10 of 10) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DMBFIWrapper.cpp46 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()
DMachineBlockFrequencyInfo.cpp278 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()
DMachineBlockPlacement.cpp1702 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()
DRegAllocGreedy.cpp1875 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/
DMBFIWrapper.h34 raw_ostream &printBlockFreq(raw_ostream &OS,
36 raw_ostream &printBlockFreq(raw_ostream &OS,
DMachineBlockFrequencyInfo.h92 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/
DBlockFrequencyInfo.cpp271 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()
DBlockFrequencyInfoImpl.cpp647 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/
DBlockFrequencyInfo.h97 raw_ostream &printBlockFreq(raw_ostream &OS, const BlockFrequency Freq) const;
101 raw_ostream &printBlockFreq(raw_ostream &OS, const BasicBlock *BB) const;
DBlockFrequencyInfoImpl.h535 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);