Searched refs:ImplType (Results 1 – 5 of 5) sorted by relevance
35 using ImplType = BlockFrequencyInfoImpl<MachineBasicBlock>; variable36 std::unique_ptr<ImplType> MBFI;
39 using ImplType = BlockFrequencyInfoImpl<BasicBlock>; variable41 std::unique_ptr<ImplType> BFI;
189 MBFI.reset(new ImplType); in calculate()
188 BFI.reset(new ImplType); in calculate()
28 typedef std::pair<lldb::TypeCategoryImplSP, user_id_t> ImplType; typedef