Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DBlockFrequency.cpp57 uint32_t BlockFrequency::getBlockFreq(BasicBlock *BB) { in getBlockFreq() function in BlockFrequency
58 return BFI->getBlockFreq(BB); in getBlockFreq()
/external/llvm/lib/CodeGen/
DMachineBlockFrequency.cpp57 uint32_t MachineBlockFrequency::getBlockFreq(MachineBasicBlock *MBB) { in getBlockFreq() function in MachineBlockFrequency
58 return MBFI->getBlockFreq(MBB); in getBlockFreq()
/external/llvm/include/llvm/Analysis/
DBlockFrequencyImpl.h78 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() function
330 OS << " " << getBlockName(BB) << " = " << getBlockFreq(BB) << "\n"; in print()
DBlockFrequency.h48 uint32_t getBlockFreq(BasicBlock *BB);
/external/llvm/include/llvm/CodeGen/
DMachineBlockFrequency.h48 uint32_t getBlockFreq(MachineBasicBlock *MBB);