Searched refs:MemLocBase (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/llvmCore-3425.0.34/lib/Analysis/
H A DMemoryDependenceAnalysis.cpp252 /// MemLocBase, MemLocOffset are lazily computed here the first time the
256 const Value *&MemLocBase,
264 if (MemLocBase == 0)
265 MemLocBase = GetPointerBaseWithConstantOffset(MemLoc.Ptr, MemLocOffs, *TD);
268 getLoadLoadClobberFullWidthSize(MemLocBase, MemLocOffs, MemLoc.Size,
274 /// looks at a memory location for a load (specified by MemLocBase, Offs,
281 getLoadLoadClobberFullWidthSize(const Value *MemLocBase, int64_t MemLocOffs, argument
294 if (LIBase != MemLocBase) return 0;
353 const Value *MemLocBase = 0; local
409 isLoadLoadClobberIfExtendedToFullWidth(MemLoc, MemLocBase,
255 isLoadLoadClobberIfExtendedToFullWidth(const AliasAnalysis::Location &MemLoc, const Value *&MemLocBase, int64_t &MemLocOffs, const LoadInst *LI, const TargetData *TD) argument
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/Analysis/
H A DMemoryDependenceAnalysis.h405 /// looks at a memory location for a load (specified by MemLocBase, Offs,
411 static unsigned getLoadLoadClobberFullWidthSize(const Value *MemLocBase,

Completed in 187 milliseconds