Searched defs:NotStored (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/Transforms/Utils/
H A DGlobalStatus.h39 NotStored, enumerator in enum:llvm::GlobalStatus::StoredType
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
H A DGlobalOpt.cpp108 /// NotStored - There is no store to this global. It can thus be marked
110 NotStored, enumerator in enum:__anon20181::GlobalStatus::StoredType
146 GlobalStatus() : isCompared(false), isLoaded(false), StoredType(NotStored),

Completed in 548 milliseconds