Searched refs:GenericSSAContext (Results 1 – 5 of 5) sorted by relevance
10 /// 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
48 template <typename T> class GenericSSAContext; variable49 using SSAContext = GenericSSAContext<Function>;
93 template <typename T> class GenericSSAContext; variable94 using SSAContext = GenericSSAContext<Function>;
10 /// This file declares a specialization of the GenericSSAContext<X>18 #include "llvm/ADT/GenericSSAContext.h"40 using SSAContext = GenericSSAContext<Function>;
1 //===- GenericSSAContext.h --------------------------------------*- C++ -*-===//10 /// This file defines the little GenericSSAContext<X> template class32 // template GenericSSAContext below.41 template <typename _FunctionT> class GenericSSAContext {80 GenericSSAContext() = default;81 GenericSSAContext(const FunctionT *F) : F(F) {}