HomeSort by relevance Sort by last modified time
    Searched refs:GlobalValue (Results 1 - 25 of 1401) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/Modules/Inputs/cxx-lookup/
a.h 2 namespace llvm { class GlobalValue; }
b.h 2 namespace llvm { class GlobalValue; }
c2.h 2 namespace llvm { class GlobalValue; }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/IPO/
GlobalDCE.h 35 SmallPtrSet<GlobalValue*, 32> AliveGlobals;
38 std::unordered_multimap<GlobalValue *, GlobalValue *> GVDependencies;
41 std::unordered_map<Constant *, SmallPtrSet<GlobalValue *, 8>>
45 std::unordered_multimap<Comdat *, GlobalValue *> ComdatMembers;
47 void UpdateGVDependencies(GlobalValue &GV);
48 void MarkLive(GlobalValue &GV,
49 SmallVectorImpl<GlobalValue *> *Updates = nullptr);
50 bool RemoveUnusedGlobalValue(GlobalValue &GV);
52 void ComputeDependencies(Value *V, SmallPtrSetImpl<GlobalValue *> &U)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Transforms/IPO/
GlobalDCE.h 35 SmallPtrSet<GlobalValue*, 32> AliveGlobals;
38 std::unordered_multimap<GlobalValue *, GlobalValue *> GVDependencies;
41 std::unordered_map<Constant *, SmallPtrSet<GlobalValue *, 8>>
45 std::unordered_multimap<Comdat *, GlobalValue *> ComdatMembers;
47 void UpdateGVDependencies(GlobalValue &GV);
48 void MarkLive(GlobalValue &GV,
49 SmallVectorImpl<GlobalValue *> *Updates = nullptr);
50 bool RemoveUnusedGlobalValue(GlobalValue &GV);
52 void ComputeDependencies(Value *V, SmallPtrSetImpl<GlobalValue *> &U)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Transforms/IPO/
GlobalDCE.h 35 SmallPtrSet<GlobalValue*, 32> AliveGlobals;
38 std::unordered_multimap<GlobalValue *, GlobalValue *> GVDependencies;
41 std::unordered_map<Constant *, SmallPtrSet<GlobalValue *, 8>>
45 std::unordered_multimap<Comdat *, GlobalValue *> ComdatMembers;
47 void UpdateGVDependencies(GlobalValue &GV);
48 void MarkLive(GlobalValue &GV,
49 SmallVectorImpl<GlobalValue *> *Updates = nullptr);
50 bool RemoveUnusedGlobalValue(GlobalValue &GV);
52 void ComputeDependencies(Value *V, SmallPtrSetImpl<GlobalValue *> &U)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Transforms/IPO/
GlobalDCE.h 35 SmallPtrSet<GlobalValue*, 32> AliveGlobals;
38 DenseMap<GlobalValue *, SmallPtrSet<GlobalValue *, 4>> GVDependencies;
41 std::unordered_map<Constant *, SmallPtrSet<GlobalValue *, 8>>
45 std::unordered_multimap<Comdat *, GlobalValue *> ComdatMembers;
47 void UpdateGVDependencies(GlobalValue &GV);
48 void MarkLive(GlobalValue &GV,
49 SmallVectorImpl<GlobalValue *> *Updates = nullptr);
50 bool RemoveUnusedGlobalValue(GlobalValue &GV);
52 void ComputeDependencies(Value *V, SmallPtrSetImpl<GlobalValue *> &U)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Transforms/IPO/
GlobalDCE.h 35 SmallPtrSet<GlobalValue*, 32> AliveGlobals;
38 DenseMap<GlobalValue *, SmallPtrSet<GlobalValue *, 4>> GVDependencies;
41 std::unordered_map<Constant *, SmallPtrSet<GlobalValue *, 8>>
45 std::unordered_multimap<Comdat *, GlobalValue *> ComdatMembers;
47 void UpdateGVDependencies(GlobalValue &GV);
48 void MarkLive(GlobalValue &GV,
49 SmallVectorImpl<GlobalValue *> *Updates = nullptr);
50 bool RemoveUnusedGlobalValue(GlobalValue &GV);
52 void ComputeDependencies(Value *V, SmallPtrSetImpl<GlobalValue *> &U)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Transforms/IPO/
GlobalDCE.h 35 SmallPtrSet<GlobalValue*, 32> AliveGlobals;
38 DenseMap<GlobalValue *, SmallPtrSet<GlobalValue *, 4>> GVDependencies;
41 std::unordered_map<Constant *, SmallPtrSet<GlobalValue *, 8>>
45 std::unordered_multimap<Comdat *, GlobalValue *> ComdatMembers;
47 void UpdateGVDependencies(GlobalValue &GV);
48 void MarkLive(GlobalValue &GV,
49 SmallVectorImpl<GlobalValue *> *Updates = nullptr);
50 bool RemoveUnusedGlobalValue(GlobalValue &GV);
52 void ComputeDependencies(Value *V, SmallPtrSetImpl<GlobalValue *> &U)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Transforms/IPO/
GlobalDCE.h 35 SmallPtrSet<GlobalValue*, 32> AliveGlobals;
38 DenseMap<GlobalValue *, SmallPtrSet<GlobalValue *, 4>> GVDependencies;
41 std::unordered_map<Constant *, SmallPtrSet<GlobalValue *, 8>>
45 std::unordered_multimap<Comdat *, GlobalValue *> ComdatMembers;
47 void UpdateGVDependencies(GlobalValue &GV);
48 void MarkLive(GlobalValue &GV,
49 SmallVectorImpl<GlobalValue *> *Updates = nullptr);
50 bool RemoveUnusedGlobalValue(GlobalValue &GV);
52 void ComputeDependencies(Value *V, SmallPtrSetImpl<GlobalValue *> &U)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/IPO/
GlobalDCE.h 35 SmallPtrSet<GlobalValue*, 32> AliveGlobals;
38 std::unordered_multimap<GlobalValue *, GlobalValue *> GVDependencies;
41 std::unordered_map<Constant *, SmallPtrSet<GlobalValue *, 8>>
45 std::unordered_multimap<Comdat *, GlobalValue *> ComdatMembers;
47 void UpdateGVDependencies(GlobalValue &GV);
48 void MarkLive(GlobalValue &GV,
49 SmallVectorImpl<GlobalValue *> *Updates = nullptr);
50 bool RemoveUnusedGlobalValue(GlobalValue &GV);
52 void ComputeDependencies(Value *V, SmallPtrSetImpl<GlobalValue *> &U)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Transforms/IPO/
GlobalDCE.h 35 SmallPtrSet<GlobalValue*, 32> AliveGlobals;
38 std::unordered_multimap<GlobalValue *, GlobalValue *> GVDependencies;
41 std::unordered_map<Constant *, SmallPtrSet<GlobalValue *, 8>>
45 std::unordered_multimap<Comdat *, GlobalValue *> ComdatMembers;
47 void UpdateGVDependencies(GlobalValue &GV);
48 void MarkLive(GlobalValue &GV,
49 SmallVectorImpl<GlobalValue *> *Updates = nullptr);
50 bool RemoveUnusedGlobalValue(GlobalValue &GV);
52 void ComputeDependencies(Value *V, SmallPtrSetImpl<GlobalValue *> &U)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Transforms/IPO/
GlobalDCE.h 35 SmallPtrSet<GlobalValue*, 32> AliveGlobals;
38 std::unordered_multimap<GlobalValue *, GlobalValue *> GVDependencies;
41 std::unordered_map<Constant *, SmallPtrSet<GlobalValue *, 8>>
45 std::unordered_multimap<Comdat *, GlobalValue *> ComdatMembers;
47 void UpdateGVDependencies(GlobalValue &GV);
48 void MarkLive(GlobalValue &GV,
49 SmallVectorImpl<GlobalValue *> *Updates = nullptr);
50 bool RemoveUnusedGlobalValue(GlobalValue &GV);
52 void ComputeDependencies(Value *V, SmallPtrSetImpl<GlobalValue *> &U)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Transforms/IPO/
GlobalDCE.h 35 SmallPtrSet<GlobalValue*, 32> AliveGlobals;
38 DenseMap<GlobalValue *, SmallPtrSet<GlobalValue *, 4>> GVDependencies;
41 std::unordered_map<Constant *, SmallPtrSet<GlobalValue *, 8>>
45 std::unordered_multimap<Comdat *, GlobalValue *> ComdatMembers;
47 void UpdateGVDependencies(GlobalValue &GV);
48 void MarkLive(GlobalValue &GV,
49 SmallVectorImpl<GlobalValue *> *Updates = nullptr);
50 bool RemoveUnusedGlobalValue(GlobalValue &GV);
52 void ComputeDependencies(Value *V, SmallPtrSetImpl<GlobalValue *> &U)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Transforms/IPO/
GlobalDCE.h 35 SmallPtrSet<GlobalValue*, 32> AliveGlobals;
38 DenseMap<GlobalValue *, SmallPtrSet<GlobalValue *, 4>> GVDependencies;
41 std::unordered_map<Constant *, SmallPtrSet<GlobalValue *, 8>>
45 std::unordered_multimap<Comdat *, GlobalValue *> ComdatMembers;
47 void UpdateGVDependencies(GlobalValue &GV);
48 void MarkLive(GlobalValue &GV,
49 SmallVectorImpl<GlobalValue *> *Updates = nullptr);
50 bool RemoveUnusedGlobalValue(GlobalValue &GV);
52 void ComputeDependencies(Value *V, SmallPtrSetImpl<GlobalValue *> &U)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Transforms/IPO/
GlobalDCE.h 35 SmallPtrSet<GlobalValue*, 32> AliveGlobals;
38 DenseMap<GlobalValue *, SmallPtrSet<GlobalValue *, 4>> GVDependencies;
41 std::unordered_map<Constant *, SmallPtrSet<GlobalValue *, 8>>
45 std::unordered_multimap<Comdat *, GlobalValue *> ComdatMembers;
47 void UpdateGVDependencies(GlobalValue &GV);
48 void MarkLive(GlobalValue &GV,
49 SmallVectorImpl<GlobalValue *> *Updates = nullptr);
50 bool RemoveUnusedGlobalValue(GlobalValue &GV);
52 void ComputeDependencies(Value *V, SmallPtrSetImpl<GlobalValue *> &U)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Transforms/IPO/
GlobalDCE.h 35 SmallPtrSet<GlobalValue*, 32> AliveGlobals;
38 DenseMap<GlobalValue *, SmallPtrSet<GlobalValue *, 4>> GVDependencies;
41 std::unordered_map<Constant *, SmallPtrSet<GlobalValue *, 8>>
45 std::unordered_multimap<Comdat *, GlobalValue *> ComdatMembers;
47 void UpdateGVDependencies(GlobalValue &GV);
48 void MarkLive(GlobalValue &GV,
49 SmallVectorImpl<GlobalValue *> *Updates = nullptr);
50 bool RemoveUnusedGlobalValue(GlobalValue &GV);
52 void ComputeDependencies(Value *V, SmallPtrSetImpl<GlobalValue *> &U)
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/
GVMaterializer.h 26 class GlobalValue;
38 virtual bool isMaterializable(const GlobalValue *GV) const = 0;
42 virtual bool isDematerializable(const GlobalValue *GV) const = 0;
44 /// Materialize - make sure the given GlobalValue is fully read. If the
48 virtual bool Materialize(GlobalValue *GV, std::string *ErrInfo = 0) = 0;
50 /// Dematerialize - If the given GlobalValue is read in, and if the
55 virtual void Dematerialize(GlobalValue *) {}
  /external/llvm/include/llvm/Transforms/Utils/
FunctionImportUtils.h 24 /// Class to handle necessary GlobalValue changes required by ThinLTO
35 DenseSet<const GlobalValue *> *GlobalsToImport;
44 bool doPromoteLocalToGlobal(const GlobalValue *SGV);
53 bool doImportAsDefinition(const GlobalValue *SGV);
58 std::string getName(const GlobalValue *SGV);
65 void processGlobalForThinLTO(GlobalValue &GV);
70 GlobalValue::LinkageTypes getLinkage(const GlobalValue *SGV);
75 DenseSet<const GlobalValue *> *GlobalsToImport = nullptr)
88 doImportAsDefinition(const GlobalValue *SGV
    [all...]
  /external/llvm/include/llvm/Transforms/IPO/
GlobalDCE.h 33 SmallPtrSet<GlobalValue*, 32> AliveGlobals;
35 std::unordered_multimap<Comdat *, GlobalValue *> ComdatMembers;
39 void GlobalIsNeeded(GlobalValue *GV);
41 bool RemoveUnusedGlobalValue(GlobalValue &GV);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/Utils/
FunctionImportUtils.h 24 /// Class to handle necessary GlobalValue changes required by ThinLTO
35 SetVector<GlobalValue *> *GlobalsToImport;
45 SmallPtrSet<GlobalValue *, 8> Used;
48 bool shouldPromoteLocalToGlobal(const GlobalValue *SGV);
54 bool isNonRenamableLocal(const GlobalValue &GV) const;
64 bool doImportAsDefinition(const GlobalValue *SGV);
70 std::string getName(const GlobalValue *SGV, bool DoPromote);
77 void processGlobalForThinLTO(GlobalValue &GV);
83 GlobalValue::LinkageTypes getLinkage(const GlobalValue *SGV, bool DoPromote)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Transforms/Utils/
FunctionImportUtils.h 24 /// Class to handle necessary GlobalValue changes required by ThinLTO
35 SetVector<GlobalValue *> *GlobalsToImport;
45 SmallPtrSet<GlobalValue *, 8> Used;
48 bool shouldPromoteLocalToGlobal(const GlobalValue *SGV);
54 bool isNonRenamableLocal(const GlobalValue &GV) const;
64 bool doImportAsDefinition(const GlobalValue *SGV);
70 std::string getName(const GlobalValue *SGV, bool DoPromote);
77 void processGlobalForThinLTO(GlobalValue &GV);
83 GlobalValue::LinkageTypes getLinkage(const GlobalValue *SGV, bool DoPromote)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Transforms/Utils/
FunctionImportUtils.h 24 /// Class to handle necessary GlobalValue changes required by ThinLTO
35 SetVector<GlobalValue *> *GlobalsToImport;
45 SmallPtrSet<GlobalValue *, 8> Used;
48 bool shouldPromoteLocalToGlobal(const GlobalValue *SGV);
54 bool isNonRenamableLocal(const GlobalValue &GV) const;
64 bool doImportAsDefinition(const GlobalValue *SGV);
70 std::string getName(const GlobalValue *SGV, bool DoPromote);
77 void processGlobalForThinLTO(GlobalValue &GV);
83 GlobalValue::LinkageTypes getLinkage(const GlobalValue *SGV, bool DoPromote)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Transforms/Utils/
FunctionImportUtils.h 24 /// Class to handle necessary GlobalValue changes required by ThinLTO
35 SetVector<GlobalValue *> *GlobalsToImport;
45 SmallPtrSet<GlobalValue *, 8> Used;
48 bool shouldPromoteLocalToGlobal(const GlobalValue *SGV);
54 bool isNonRenamableLocal(const GlobalValue &GV) const;
64 bool doImportAsDefinition(const GlobalValue *SGV);
70 std::string getName(const GlobalValue *SGV, bool DoPromote);
77 void processGlobalForThinLTO(GlobalValue &GV);
83 GlobalValue::LinkageTypes getLinkage(const GlobalValue *SGV, bool DoPromote)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Transforms/Utils/
FunctionImportUtils.h 24 /// Class to handle necessary GlobalValue changes required by ThinLTO
35 SetVector<GlobalValue *> *GlobalsToImport;
45 SmallPtrSet<GlobalValue *, 8> Used;
48 bool shouldPromoteLocalToGlobal(const GlobalValue *SGV);
54 bool isNonRenamableLocal(const GlobalValue &GV) const;
64 bool doImportAsDefinition(const GlobalValue *SGV);
70 std::string getName(const GlobalValue *SGV, bool DoPromote);
77 void processGlobalForThinLTO(GlobalValue &GV);
83 GlobalValue::LinkageTypes getLinkage(const GlobalValue *SGV, bool DoPromote)
    [all...]

Completed in 835 milliseconds

1 2 3 4 5 6 7 8 91011>>