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

  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
MachineBlockFrequencyInfo.h 25 class BlockFrequencyImpl;
27 /// MachineBlockFrequencyInfo pass uses BlockFrequencyImpl implementation to estimate
31 BlockFrequencyImpl<MachineBasicBlock, MachineFunction, MachineBranchProbabilityInfo> *MBFI;
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
BlockFrequencyInfo.h 25 class BlockFrequencyImpl;
27 /// BlockFrequencyInfo pass uses BlockFrequencyImpl implementation to estimate
31 BlockFrequencyImpl<BasicBlock, Function, BranchProbabilityInfo> *BFI;
BlockFrequencyImpl.h 1 //===---- BlockFrequencyImpl.h - Machine Block Frequency Implementation ---===//
36 /// BlockFrequencyImpl implements block frequency algorithm for IR and
42 class BlockFrequencyImpl {
260 BlockFrequencyImpl() : EntryFreq(BlockFrequency::getEntryFrequency()) { }
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
MachineBlockFrequencyInfo.cpp 15 #include "llvm/Analysis/BlockFrequencyImpl.h"
33 MBFI = new BlockFrequencyImpl<MachineBasicBlock, MachineFunction,
  /external/swiftshader/third_party/LLVM/lib/Analysis/
BlockFrequencyInfo.cpp 15 #include "llvm/Analysis/BlockFrequencyImpl.h"
34 BFI = new BlockFrequencyImpl<BasicBlock, Function, BranchProbabilityInfo>();

Completed in 548 milliseconds