Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineBlockFrequencyInfo.h34 using ImplType = BlockFrequencyInfoImpl<MachineBasicBlock>; variable
35 std::unique_ptr<ImplType> MBFI;
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DBlockFrequencyInfo.h38 using ImplType = BlockFrequencyInfoImpl<BasicBlock>; variable
40 std::unique_ptr<ImplType> BFI;
/openbsd-src/gnu/llvm/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;
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineBlockFrequencyInfo.cpp198 MBFI.reset(new ImplType); in calculate()
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DBlockFrequencyInfo.cpp189 BFI.reset(new ImplType); in calculate()
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBTypeCategory.cpp27 typedef std::pair<lldb::TypeCategoryImplSP, user_id_t> ImplType; typedef