Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineBlockFrequencyInfo.h35 using ImplType = BlockFrequencyInfoImpl<MachineBasicBlock>; variable
36 std::unique_ptr<ImplType> MBFI;
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DBlockFrequencyInfo.h39 using ImplType = BlockFrequencyInfoImpl<BasicBlock>;
41 std::unique_ptr<ImplType> BFI;
38 using ImplType = BlockFrequencyInfoImpl<BasicBlock>; global() variable
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DRangedConstraintManager.h95 using ImplType = llvm::SmallVector<Range, 4>;
97 struct ContainerType : public ImplType, public llvm::FoldingSetNode {
113 using const_iterator = ImplType::const_iterator;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineBlockFrequencyInfo.cpp235 MBFI.reset(new ImplType); in calculate()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DBlockFrequencyInfo.cpp188 BFI.reset(new ImplType); in calculate()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBTypeCategory.cpp27 typedef std::pair<lldb::TypeCategoryImplSP, user_id_t> ImplType; typedef