HomeSort by relevance Sort by last modified time
    Searched refs:MBFI (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/CodeGen/
MachineBlockFrequency.cpp 33 MBFI = new BlockFrequencyImpl<MachineBasicBlock, MachineFunction,
38 delete MBFI;
48 MBFI->doFunction(&F, &MBPI);
58 return MBFI->getBlockFreq(MBB);
  /external/llvm/include/llvm/CodeGen/
MachineBlockFrequency.h 30 BlockFrequencyImpl<MachineBasicBlock, MachineFunction, MachineBranchProbabilityInfo> *MBFI;

Completed in 3116 milliseconds