Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineBlockFrequencyInfo.h34 using ImplType = BlockFrequencyInfoImpl<MachineBasicBlock>; variable
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DBlockFrequencyInfo.h38 using ImplType = BlockFrequencyInfoImpl<BasicBlock>; variable
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBTypeCategory.cpp27 typedef std::pair<lldb::TypeCategoryImplSP, user_id_t> ImplType; typedef