Home
last modified time | relevance | path

Searched defs:ImplType (Results 1 – 3 of 3) sorted by relevance

/src/contrib/llvm-project/llvm/include/llvm/CodeGen/ !
H A DMachineBlockFrequencyInfo.h35 using ImplType = BlockFrequencyInfoImpl<MachineBasicBlock>; variable
/src/contrib/llvm-project/llvm/include/llvm/Analysis/ !
H A DBlockFrequencyInfo.h39 using ImplType = BlockFrequencyInfoImpl<BasicBlock>; variable
/src/contrib/llvm-project/lldb/source/API/ !
H A DSBTypeCategory.cpp27 typedef std::pair<lldb::TypeCategoryImplSP, user_id_t> ImplType; typedef