Searched refs:getBlockFreq (Results 1 – 6 of 6) sorted by relevance
59 getBlockFreq(const MachineBasicBlock *MBB) const { in getBlockFreq() function in MachineBlockFrequencyInfo60 return MBFI->getBlockFreq(MBB); in getBlockFreq()
364 = 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 …]
61 BlockFrequency BlockFrequencyInfo::getBlockFreq(const BasicBlock *BB) const { in getBlockFreq() function in BlockFrequencyInfo62 return BFI->getBlockFreq(BB); in getBlockFreq()
77 return getBlockFreq(Src) * Prob; in getEdgeFreq()245 uint64_t D = getBlockFreq(Head).getFrequency(); in doLoop()311 BlockFrequency getBlockFreq(const BlockT *BB) const { in getBlockFreq() function323 OS << " " << getBlockName(BB) << " = " << getBlockFreq(BB) << "\n"; in print()
50 BlockFrequency getBlockFreq(const BasicBlock *BB) const;
51 BlockFrequency getBlockFreq(const MachineBasicBlock *MBB) const;