Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DMachineBlockFrequencyInfo.h34 using ImplType = BlockFrequencyInfoImpl<MachineBasicBlock>; variable
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DBlockFrequencyInfo.h38 using ImplType = BlockFrequencyInfoImpl<BasicBlock>; variable
/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DTypes.h80 using ImplType = TypeStorage; variable
H A DStorageUniquerSupport.h100 using ImplType = StorageT; variable
H A DAttributes.h32 using ImplType = AttributeStorage; variable
/llvm-project-15.0.7/lldb/source/API/
H A DSBTypeCategory.cpp27 typedef std::pair<lldb::TypeCategoryImplSP, user_id_t> ImplType; typedef