Searched refs:ImplType (Results 1 – 6 of 6) sorted by relevance
35 using ImplType = BlockFrequencyInfoImpl<MachineBasicBlock>;36 std::unique_ptr<ImplType> MBFI;34 using ImplType = BlockFrequencyInfoImpl<MachineBasicBlock>; global() variable
39 using ImplType = BlockFrequencyInfoImpl<BasicBlock>; variable41 std::unique_ptr<ImplType> BFI;
95 using ImplType = llvm::SmallVector<Range, 4>;97 struct ContainerType : public ImplType, public llvm::FoldingSetNode {113 using const_iterator = ImplType::const_iterator;
235 MBFI.reset(new ImplType); in getBlockProfileCount()
188 BFI.reset(new ImplType); in calculate()
27 typedef std::pair<lldb::TypeCategoryImplSP, user_id_t> ImplType; typedef