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()
367 = MBFI->getBlockFreq(BB) * SuccProb * HotProb.getCompl(); in selectBestSuccessor()376 = MBFI->getBlockFreq(*PI) * MBPI->getEdgeProbability(*PI, *SI); in selectBestSuccessor()452 BlockFrequency CandidateFreq = MBFI->getBlockFreq(*WBI); in selectBestCandidateBlock()577 << MBFI->getBlockFreq(Pred) << " freq\n"); in findBestLoopTop()581 BlockFrequency PredFreq = MBFI->getBlockFreq(Pred); in findBestLoopTop()688 BlockFrequency ExitEdgeFreq = MBFI->getBlockFreq(*I) * SuccProb; in findBestLoopExit()1100 BlockFrequency BlockFreq = MBFI->getBlockFreq(I); in INITIALIZE_PASS_DEPENDENCY()
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;