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

  /external/llvm/lib/Analysis/
MemoryDependenceAnalysis.cpp 249 /// MemLocBase, MemLocOffset are lazily computed here the first time the
253 const Value *&MemLocBase,
261 if (MemLocBase == 0)
262 MemLocBase = GetPointerBaseWithConstantOffset(MemLoc.Ptr, MemLocOffs, *TD);
265 getLoadLoadClobberFullWidthSize(MemLocBase, MemLocOffs, MemLoc.Size,
271 /// looks at a memory location for a load (specified by MemLocBase, Offs,
278 getLoadLoadClobberFullWidthSize(const Value *MemLocBase, int64_t MemLocOffs,
291 if (LIBase != MemLocBase) return 0;
430 const Value *MemLocBase = 0;
486 isLoadLoadClobberIfExtendedToFullWidth(MemLoc, MemLocBase,
    [all...]
  /external/llvm/include/llvm/Analysis/
MemoryDependenceAnalysis.h 405 /// looks at a memory location for a load (specified by MemLocBase, Offs,
411 static unsigned getLoadLoadClobberFullWidthSize(const Value *MemLocBase,

Completed in 4212 milliseconds