Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineBlockFrequencyInfo.h34 using ImplType = BlockFrequencyInfoImpl<MachineBasicBlock>; variable
35 std::unique_ptr<ImplType> MBFI;
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DBlockFrequencyInfo.h38 using ImplType = BlockFrequencyInfoImpl<BasicBlock>; variable
40 std::unique_ptr<ImplType> BFI;
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DRangedConstraintManager.h94 using ImplType = llvm::SmallVector<Range, 4>;
96 struct ContainerType : public ImplType, public llvm::FoldingSetNode {
112 using const_iterator = ImplType::const_iterator;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineBlockFrequencyInfo.cpp198 MBFI.reset(new ImplType); in calculate()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DBlockFrequencyInfo.cpp190 BFI.reset(new ImplType); in calculate()