HomeSort by relevance Sort by last modified time
    Searched defs:getBlockFreq (Results 1 - 5 of 5) sorted by null

  /external/llvm/lib/Analysis/
BlockFrequencyInfo.cpp 94 OS << Graph->getBlockFreq(Node).getFrequency();
128 BlockFrequency BlockFrequencyInfo::getBlockFreq(const BasicBlock *BB) const {
129 return BFI ? BFI->getBlockFreq(BB) : 0;
BlockFrequencyInfoImpl.cpp 521 BlockFrequencyInfoImplBase::getBlockFreq(const BlockNode &Node) const {
  /external/llvm/lib/CodeGen/
MachineBlockFrequencyInfo.cpp 101 OS << Graph->getBlockFreq(Node).getFrequency();
171 getBlockFreq(const MachineBasicBlock *MBB) const {
172 return MBFI ? MBFI->getBlockFreq(MBB) : 0;
BranchFolding.cpp 449 MBBFreqInfo.setBlockFreq(NewMBB, MBBFreqInfo.getBlockFreq(&CurMBB));
526 BranchFolder::MBFIWrapper::getBlockFreq(const MachineBasicBlock *MBB) const {
532 return MBFI.getBlockFreq(MBB);
    [all...]
  /external/llvm/include/llvm/Analysis/
BlockFrequencyInfoImpl.h 478 BlockFrequency getBlockFreq(const BlockNode &Node) const;
    [all...]

Completed in 270 milliseconds