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

  /external/llvm/include/llvm/Transforms/Utils/
MemorySSA.h 17 // the program, we generate a new heap version. It generates MemoryDef/Uses/Phis
38 // ; 1 = MemoryDef(0)
41 // ; 2 = MemoryDef(1)
44 // ; 3 = MemoryDef(2)
46 // ; 4 = MemoryDef(3)
147 /// MemoryUse/MemoryDef, this walks the defining access.
157 friend class MemoryDef;
203 /// MemoryDef instead.
282 /// MemoryDef's is exactly the set of Instructions for which
286 /// MemoryDef/MemoryPhi
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
MemorySSA.h 18 /// MemoryDef/Uses/Phis that are overlayed on top of the existing instructions.
38 /// ; 1 = MemoryDef(0)
41 /// ; 2 = MemoryDef(1)
44 /// ; 3 = MemoryDef(2)
46 /// ; 4 = MemoryDef(3)
168 /// MemoryUse/MemoryDef, this walks the defining access.
202 friend class MemoryDef;
244 /// MemoryDef instead.
371 /// MemoryDef's is exactly the set of Instructions for which
375 /// MemoryDef/MemoryPhi
    [all...]

Completed in 480 milliseconds