Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/include/llvm/ADT/
H A DGenericSSAContext.h41 template <typename _FunctionT> class GenericSSAContext {
80 GenericSSAContext() = default;
81 GenericSSAContext(const FunctionT *F) : F(F) {} in GenericSSAContext() function
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DFunctionLoweringInfo.h48 template <typename T> class GenericSSAContext; variable
49 using SSAContext = GenericSSAContext<Function>;
H A DMachineSSAContext.h44 using MachineSSAContext = GenericSSAContext<MachineFunction>;
H A DSelectionDAG.h93 template <typename T> class GenericSSAContext;
94 using SSAContext = GenericSSAContext<Function>;
91 template <typename T> class GenericSSAContext; global() variable
/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/
H A DSSAContext.h40 using SSAContext = GenericSSAContext<Function>;