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

/external/llvm/lib/Analysis/
H A DMemoryDependenceAnalysis.cpp256 /// 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, argument
304 if (LIBase != MemLocBase) return 0;
366 const Value *MemLocBase = nullptr; local
428 isLoadLoadClobberIfExtendedToFullWidth(MemLoc, MemLocBase,
259 isLoadLoadClobberIfExtendedToFullWidth(const AliasAnalysis::Location &MemLoc, const Value *&MemLocBase, int64_t &MemLocOffs, const LoadInst *LI, const DataLayout *DL) argument
[all...]

Completed in 75 milliseconds