Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineBlockFrequencyInfo.h34 using ImplType = BlockFrequencyInfoImpl<MachineBasicBlock>; global() variable
/llvm-project/llvm/include/llvm/Analysis/
H A DBlockFrequencyInfo.h39 using ImplType = BlockFrequencyInfoImpl<BasicBlock>; global() variable
/llvm-project/mlir/include/mlir/IR/
H A DTypes.h82 using ImplType = TypeStorage; variable
[all...]
H A DStorageUniquerSupport.h101 using ImplType = StorageT; variable
H A DAttributes.h33 using ImplType = AttributeStorage; variable
/llvm-project/lldb/source/API/
H A DSBTypeCategory.cpp27 typedef std::pair<lldb::TypeCategoryImplSP, user_id_t> ImplType; typedef