Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineSSAContext.h10 /// This file declares a specialization of the GenericSSAContext<X>
18 #include "llvm/ADT/GenericSSAContext.h"
44 using MachineSSAContext = GenericSSAContext<MachineFunction>;
26 template <typename _FunctionT> class GenericSSAContext; global() variable
H A DFunctionLoweringInfo.h48 template <typename T> class GenericSSAContext; variable
49 using SSAContext = GenericSSAContext<Function>;
H A DSelectionDAG.h93 template <typename T> class GenericSSAContext; variable
94 using SSAContext = GenericSSAContext<Function>;
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DSSAContext.h10 /// This file declares a specialization of the GenericSSAContext<X>
18 #include "llvm/ADT/GenericSSAContext.h"
40 using SSAContext = GenericSSAContext<Function>;
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DGenericSSAContext.h1 //===- GenericSSAContext.h --------------------------------------*- C++ -*-===//
10 /// This file defines the little GenericSSAContext<X> template class
32 // template GenericSSAContext below.
41 template <typename _FunctionT> class GenericSSAContext {
80 GenericSSAContext() = default;
81 GenericSSAContext(const FunctionT *F) : F(F) {}