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.cpp367 = 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()
/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;