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

  /external/llvm/include/llvm/CodeGen/
MachineBlockFrequencyInfo.h 31 typedef BlockFrequencyInfoImpl<MachineBasicBlock> ImplType;
32 std::unique_ptr<ImplType> MBFI;
  /external/llvm/include/llvm/Analysis/
BlockFrequencyInfo.h 32 typedef BlockFrequencyInfoImpl<BasicBlock> ImplType;
33 std::unique_ptr<ImplType> BFI;

Completed in 4823 milliseconds