Home
last modified time | relevance | path

Searched refs:ImplType (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DMachineBlockFrequencyInfo.h35 using ImplType = BlockFrequencyInfoImpl<MachineBasicBlock>; variable
36 std::unique_ptr<ImplType> MBFI;
/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DBlockFrequencyInfo.h39 using ImplType = BlockFrequencyInfoImpl<BasicBlock>; variable
41 std::unique_ptr<ImplType> BFI;
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DMachineBlockFrequencyInfo.cpp189 MBFI.reset(new ImplType); in calculate()
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DBlockFrequencyInfo.cpp188 BFI.reset(new ImplType); in calculate()
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBTypeCategory.cpp28 typedef std::pair<lldb::TypeCategoryImplSP, user_id_t> ImplType; typedef