Searched refs:StoreLoc (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp467 // with store of &A[100], we need to StoreLoc to be "A" with size of 100,
469 MemoryLocation StoreLoc(Ptr, AccessSize);
474 if (&*I != IgnoredStore && (AA.getModRefInfo(&*I, StoreLoc) & Access))
H A DMemCpyOptimizer.cpp514 MemoryLocation StoreLoc = MemoryLocation::get(SI); local
517 if (AA.getModRefInfo(&*I, StoreLoc) != MRI_NoModRef) {
/external/llvm/lib/Analysis/
H A DMemoryDependenceAnalysis.cpp659 MemoryLocation StoreLoc = MemoryLocation::get(SI); local
662 AliasResult R = AA->alias(StoreLoc, MemLoc);

Completed in 139 milliseconds