Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineBlockFrequencyInfo.h36 using ImplType = BlockFrequencyInfoImpl<MachineBasicBlock>; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DBlockFrequencyInfo.h39 using ImplType = BlockFrequencyInfoImpl<BasicBlock>; variable
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DTrieRawHashMap.cpp163 class ThreadSafeTrieRawHashMapBase::ImplType final class in ThreadSafeTrieRawHashMapBase
206 ImplType(size_t StartBit, size_t NumBits) { in ImplType() function in ThreadSafeTrieRawHashMapBase::ImplType
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBTypeCategory.cpp27 typedef std::pair<lldb::TypeCategoryImplSP, user_id_t> ImplType; typedef
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DTrieRawHashMap.h176 class ImplType; variable