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 241 /// MemLocBase, MemLocOffset are lazily computed here the first time the
245 const Value *&MemLocBase,
253 if (MemLocBase == 0)
254 MemLocBase = GetPointerBaseWithConstantOffset(MemLoc.Ptr, MemLocOffs, *TD);
257 getLoadLoadClobberFullWidthSize(MemLocBase, MemLocOffs, MemLoc.Size,
263 /// looks at a memory location for a load (specified by MemLocBase, Offs,
270 getLoadLoadClobberFullWidthSize(const Value *MemLocBase, int64_t MemLocOffs,
283 if (LIBase != MemLocBase) return 0;
336 const Value *MemLocBase = 0;
387 isLoadLoadClobberIfExtendedToFullWidth(MemLoc, MemLocBase,
    [all...]
  /external/llvm/include/llvm/Analysis/
MemoryDependenceAnalysis.h 369 /// looks at a memory location for a load (specified by MemLocBase, Offs,
375 static unsigned getLoadLoadClobberFullWidthSize(const Value *MemLocBase,

Completed in 33 milliseconds