HomeSort by relevance Sort by last modified time
    Searched defs:MemoryUse (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/Transforms/Utils/
MemorySSA.h 48 // ; MemoryUse(3)
50 // ; MemoryUse(4)
57 // gotten by using the MemoryUse associated with it, and walking from use to def
63 // otherwise be a MemoryUse(4). Being disambiguated means that for a given
147 /// MemoryUse/MemoryDef, this walks the defining access.
156 friend class MemoryUse;
202 /// This class should never be instantiated directly; make a MemoryUse or
211 /// \brief Get the instruction that this MemoryUse represents.
245 /// MemoryUse's is exactly the set of Instructions for which
247 class MemoryUse final : public MemoryUseOrDef
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
MemorySSA.h 48 /// ; MemoryUse(3)
50 /// ; MemoryUse(4)
57 /// gotten by using the MemoryUse associated with it, and walking from use to
63 /// otherwise be a MemoryUse(4). Being disambiguated means that for a given
168 /// MemoryUse/MemoryDef, this walks the defining access.
205 friend class MemoryUse;
243 /// This class should never be instantiated directly; make a MemoryUse or
251 /// Get the instruction that this MemoryUse represents.
273 /// Reset the ID of what this MemoryUse was optimized to, causing it to
319 /// MemoryUse's is exactly the set of Instructions for whic
    [all...]

Completed in 228 milliseconds