Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/CodeGen/
HDMachineBlockFrequencyInfo.cpp98 Graph->printBlockFreq(OS, Node); in getNodeLabel()
180 MachineBlockFrequencyInfo::printBlockFreq(raw_ostream &OS, in printBlockFreq() function in MachineBlockFrequencyInfo
182 return MBFI ? MBFI->printBlockFreq(OS, Freq) : OS; in printBlockFreq()
186 MachineBlockFrequencyInfo::printBlockFreq(raw_ostream &OS, in printBlockFreq() function in MachineBlockFrequencyInfo
188 return MBFI ? MBFI->printBlockFreq(OS, MBB) : OS; in printBlockFreq()
HDMachineBlockPlacement.cpp486 MBFI->printBlockFreq(dbgs(), CandidateFreq) << " (freq)\n"); in selectBestCandidateBlock()
604 MBFI->printBlockFreq(dbgs(), Pred) << " freq\n"); in findBestLoopTop()
712 MBFI->printBlockFreq(dbgs(), ExitEdgeFreq) << ")\n"); in findBestLoopExit()
HDRegAllocGreedy.cpp1340 MBFI->printBlockFreq(dbgs(), BestCost) << '\n'); in tryRegionSplit()
1395 MBFI->printBlockFreq(dbgs(), Cost)); in calculateRegionSplitCost()
1418 dbgs() << ", total = "; MBFI->printBlockFreq(dbgs(), Cost) in calculateRegionSplitCost()
/NextBSD/contrib/llvm/lib/Analysis/
HDBlockFrequencyInfo.cpp91 Graph->printBlockFreq(OS, Node); in getNodeLabel()
170 printBlockFreq(raw_ostream &OS, const BlockFrequency Freq) const { in printBlockFreq() function in BlockFrequencyInfo
171 return BFI ? BFI->printBlockFreq(OS, Freq) : OS; in printBlockFreq()
175 BlockFrequencyInfo::printBlockFreq(raw_ostream &OS, in printBlockFreq() function in BlockFrequencyInfo
177 return BFI ? BFI->printBlockFreq(OS, BB) : OS; in printBlockFreq()
HDBlockFrequencyInfoImpl.cpp543 BlockFrequencyInfoImplBase::printBlockFreq(raw_ostream &OS, in printBlockFreq() function in BlockFrequencyInfoImplBase
549 BlockFrequencyInfoImplBase::printBlockFreq(raw_ostream &OS, in printBlockFreq() function in BlockFrequencyInfoImplBase
/NextBSD/contrib/llvm/include/llvm/CodeGen/
HDMachineBlockFrequencyInfo.h58 raw_ostream &printBlockFreq(raw_ostream &OS, const BlockFrequency Freq) const;
62 raw_ostream &printBlockFreq(raw_ostream &OS,
/NextBSD/contrib/llvm/include/llvm/Analysis/
HDBlockFrequencyInfo.h56 raw_ostream &printBlockFreq(raw_ostream &OS, const BlockFrequency Freq) const;
60 raw_ostream &printBlockFreq(raw_ostream &OS, const BasicBlock *BB) const;
HDBlockFrequencyInfoImpl.h480 raw_ostream &printBlockFreq(raw_ostream &OS, const BlockNode &Node) const;
481 raw_ostream &printBlockFreq(raw_ostream &OS,
934 using BlockFrequencyInfoImplBase::printBlockFreq;
935 raw_ostream &printBlockFreq(raw_ostream &OS, const BlockT *BB) const {
936 return BlockFrequencyInfoImplBase::printBlockFreq(OS, getNode(BB));