Home
last modified time | relevance | path

Searched refs:getBlockFreq (Results 1 – 6 of 6) sorted by relevance

/external/llvm/lib/CodeGen/
DMachineBlockFrequencyInfo.cpp59 getBlockFreq(const MachineBasicBlock *MBB) const { in getBlockFreq() function in MachineBlockFrequencyInfo
60 return MBFI->getBlockFreq(MBB); in getBlockFreq()
DMachineBlockPlacement.cpp364 = MBFI->getBlockFreq(BB) * SuccProb * HotProb.getCompl(); in selectBestSuccessor()
373 = MBFI->getBlockFreq(*PI) * MBPI->getEdgeProbability(*PI, *SI); in selectBestSuccessor()
449 BlockFrequency CandidateFreq = MBFI->getBlockFreq(*WBI); in selectBestCandidateBlock()
574 << MBFI->getBlockFreq(Pred) << " freq\n"); in findBestLoopTop()
578 BlockFrequency PredFreq = MBFI->getBlockFreq(Pred); in findBestLoopTop()
685 BlockFrequency ExitEdgeFreq = MBFI->getBlockFreq(*I) * SuccProb; in findBestLoopExit()
1026 BlockFrequency EntryFreq = MBFI->getBlockFreq(F.begin()); in buildCFGChains()
1041 BlockFrequency Freq = MBFI->getBlockFreq(*BI); in buildCFGChains()
1048 BlockFrequency LoopHeaderFreq = MBFI->getBlockFreq(LoopHeader); in buildCFGChains()
1068 BlockFrequency LayoutEdgeFreq = MBFI->getBlockFreq(LayoutPred) * LayoutProb; in buildCFGChains()
[all …]
/external/llvm/lib/Analysis/
DBlockFrequencyInfo.cpp61 BlockFrequency BlockFrequencyInfo::getBlockFreq(const BasicBlock *BB) const { in getBlockFreq() function in BlockFrequencyInfo
62 return BFI->getBlockFreq(BB); in getBlockFreq()
/external/llvm/include/llvm/Analysis/
DBlockFrequencyImpl.h77 return getBlockFreq(Src) * Prob; in getEdgeFreq()
245 uint64_t D = getBlockFreq(Head).getFrequency(); in doLoop()
311 BlockFrequency getBlockFreq(const BlockT *BB) const { in getBlockFreq() function
323 OS << " " << getBlockName(BB) << " = " << getBlockFreq(BB) << "\n"; in print()
DBlockFrequencyInfo.h50 BlockFrequency getBlockFreq(const BasicBlock *BB) const;
/external/llvm/include/llvm/CodeGen/
DMachineBlockFrequencyInfo.h51 BlockFrequency getBlockFreq(const MachineBasicBlock *MBB) const;