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 256 /// MemLocBase, MemLocOffset are lazily computed here the first time the
260 const Value *&MemLocBase,
268 if (!MemLocBase)
269 MemLocBase = GetPointerBaseWithConstantOffset(MemLoc.Ptr, MemLocOffs, DL);
272 getLoadLoadClobberFullWidthSize(MemLocBase, MemLocOffs, MemLoc.Size,
278 /// looks at a memory location for a load (specified by MemLocBase, Offs,
285 getLoadLoadClobberFullWidthSize(const Value *MemLocBase, int64_t MemLocOffs,
304 if (LIBase != MemLocBase) return 0;
366 const Value *MemLocBase = nullptr;
428 isLoadLoadClobberIfExtendedToFullWidth(MemLoc, MemLocBase,
    [all...]
  /external/llvm/include/llvm/Analysis/
MemoryDependenceAnalysis.h 409 /// looks at a memory location for a load (specified by MemLocBase, Offs,
415 static unsigned getLoadLoadClobberFullWidthSize(const Value *MemLocBase,

Completed in 501 milliseconds