Searched refs:getBlockFreq (Results 1 – 5 of 5) sorted by relevance
57 uint32_t BlockFrequency::getBlockFreq(BasicBlock *BB) { in getBlockFreq() function in BlockFrequency58 return BFI->getBlockFreq(BB); in getBlockFreq()
57 uint32_t MachineBlockFrequency::getBlockFreq(MachineBasicBlock *MBB) { in getBlockFreq() function in MachineBlockFrequency58 return MBFI->getBlockFreq(MBB); in getBlockFreq()
78 uint64_t Res = (N * getBlockFreq(Src)) / D; in getEdgeFreq()143 uint32_t D = getBlockFreq(Dst); in getBackEdgeProbability()319 uint32_t getBlockFreq(BlockT *BB) const { in getBlockFreq() function330 OS << " " << getBlockName(BB) << " = " << getBlockFreq(BB) << "\n"; in print()
48 uint32_t getBlockFreq(BasicBlock *BB);
48 uint32_t getBlockFreq(MachineBasicBlock *MBB);