Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineBlockFrequencyInfo.cpp259 MachineBlockFrequencyInfo::printBlockFreq(raw_ostream &OS, in printBlockFreq() function in MachineBlockFrequencyInfo
261 return MBFI ? MBFI->printBlockFreq(OS, Freq) : OS; in printBlockFreq()
265 MachineBlockFrequencyInfo::printBlockFreq(raw_ostream &OS, in printBlockFreq() function in MachineBlockFrequencyInfo
267 return MBFI ? MBFI->printBlockFreq(OS, MBB) : OS; in printBlockFreq()
DBranchFolding.h144 raw_ostream &printBlockFreq(raw_ostream &OS,
146 raw_ostream &printBlockFreq(raw_ostream &OS,
DBranchFolding.cpp520 BranchFolder::MBFIWrapper::printBlockFreq(raw_ostream &OS, in printBlockFreq() function in BranchFolder::MBFIWrapper
522 return MBFI.printBlockFreq(OS, getBlockFreq(MBB)); in printBlockFreq()
526 BranchFolder::MBFIWrapper::printBlockFreq(raw_ostream &OS, in printBlockFreq() function in BranchFolder::MBFIWrapper
528 return MBFI.printBlockFreq(OS, Freq); in printBlockFreq()
DMachineBlockPlacement.cpp1667 MBFI->printBlockFreq(dbgs(), CandidateFreq) << " (freq)\n"); in selectBestCandidateBlock()
2031 MBFI->printBlockFreq(dbgs(), Pred) << " freq\n"); in findBestLoopTopHelper()
2178 MBFI->printBlockFreq(dbgs(), ExitEdgeFreq) << ")\n"); in findBestLoopExit()
DRegAllocGreedy.cpp1848 MBFI->printBlockFreq(dbgs(), BestCost) << '\n'); in tryRegionSplit()
1915 MBFI->printBlockFreq(dbgs(), Cost)); in calculateRegionSplitCost()
1943 MBFI->printBlockFreq(dbgs(), Cost) << " with bundles"; in calculateRegionSplitCost()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineBlockFrequencyInfo.h75 raw_ostream &printBlockFreq(raw_ostream &OS, const BlockFrequency Freq) const;
79 raw_ostream &printBlockFreq(raw_ostream &OS,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DBlockFrequencyInfo.cpp269 printBlockFreq(raw_ostream &OS, const BlockFrequency Freq) const { in printBlockFreq() function in BlockFrequencyInfo
270 return BFI ? BFI->printBlockFreq(OS, Freq) : OS; in printBlockFreq()
274 BlockFrequencyInfo::printBlockFreq(raw_ostream &OS, in printBlockFreq() function in BlockFrequencyInfo
276 return BFI ? BFI->printBlockFreq(OS, BB) : OS; in printBlockFreq()
DBlockFrequencyInfoImpl.cpp616 BlockFrequencyInfoImplBase::printBlockFreq(raw_ostream &OS, in printBlockFreq() function in BlockFrequencyInfoImplBase
622 BlockFrequencyInfoImplBase::printBlockFreq(raw_ostream &OS, in printBlockFreq() function in BlockFrequencyInfoImplBase
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/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.h532 raw_ostream &printBlockFreq(raw_ostream &OS, const BlockNode &Node) const;
533 raw_ostream &printBlockFreq(raw_ostream &OS,
1012 using BlockFrequencyInfoImplBase::printBlockFreq;
1014 raw_ostream &printBlockFreq(raw_ostream &OS, const BlockT *BB) const {
1015 return BlockFrequencyInfoImplBase::printBlockFreq(OS, getNode(BB));
1423 Graph->printBlockFreq(OS, Node);