HomeSort by relevance Sort by last modified time
    Searched refs:GlobalStatus (Results 1 - 9 of 9) sorted by null

  /external/llvm/include/llvm/Transforms/Utils/
GlobalStatus.h 1 //===- GlobalStatus.h - Compute status info for globals ---------*- C++ -*-===//
28 struct GlobalStatus {
73 /// Look at all uses of the global and fill in the GlobalStatus structure. If
76 static bool analyzeGlobal(const Value *V, GlobalStatus &GS);
78 GlobalStatus();
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/
GlobalStatus.h 1 //===- GlobalStatus.h - Compute status info for globals ---------*- C++ -*-===//
30 struct GlobalStatus {
75 GlobalStatus();
77 /// Look at all uses of the global and fill in the GlobalStatus structure. If
80 static bool analyzeGlobal(const Value *V, GlobalStatus &GS);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
GlobalStatus.cpp 1 //===-- GlobalStatus.cpp - Compute status info for globals -----------------==//
10 #include "llvm/Transforms/Utils/GlobalStatus.h"
62 static bool analyzeGlobalAux(const Value *V, GlobalStatus &GS,
66 GS.StoredType = GlobalStatus::StoredOnce;
109 if (GS.StoredType != GlobalStatus::Stored) {
122 if (GS.StoredType < GlobalStatus::InitializerStored)
123 GS.StoredType = GlobalStatus::InitializerStored;
126 if (GS.StoredType < GlobalStatus::InitializerStored)
127 GS.StoredType = GlobalStatus::InitializerStored;
128 } else if (GS.StoredType < GlobalStatus::StoredOnce)
    [all...]
  /external/llvm/lib/Transforms/Utils/
GlobalStatus.cpp 1 //===-- GlobalStatus.cpp - Compute status info for globals -----------------==//
15 #include "llvm/Transforms/Utils/GlobalStatus.h"
50 static bool analyzeGlobalAux(const Value *V, GlobalStatus &GS,
54 GS.StoredType = GlobalStatus::StoredOnce;
96 if (GS.StoredType != GlobalStatus::Stored) {
109 if (GS.StoredType < GlobalStatus::InitializerStored)
110 GS.StoredType = GlobalStatus::InitializerStored;
113 if (GS.StoredType < GlobalStatus::InitializerStored)
114 GS.StoredType = GlobalStatus::InitializerStored;
115 } else if (GS.StoredType < GlobalStatus::StoredOnce)
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
GlobalOpt.cpp 61 struct GlobalStatus;
81 const GlobalStatus &GS);
94 /// GlobalStatus - As we analyze each global, keep track of some information
97 struct GlobalStatus {
146 GlobalStatus() : isCompared(false), isLoaded(false), StoredType(NotStored),
171 /// AnalyzeGlobal - Look at all uses of the global and fill in the GlobalStatus
175 static bool AnalyzeGlobal(const Value *V, GlobalStatus &GS,
210 if (GS.StoredType != GlobalStatus::isStored) {
215 if (GS.StoredType < GlobalStatus::isInitializerStored)
216 GS.StoredType = GlobalStatus::isInitializerStored
    [all...]
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp 46 #include "llvm/Transforms/Utils/GlobalStatus.h"
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
GlobalOpt.cpp 68 #include "llvm/Transforms/Utils/GlobalStatus.h"
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Guid/
Cper.h     [all...]
  /external/swiftshader/third_party/llvm-7.0/
Android.mk     [all...]

Completed in 574 milliseconds