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

/external/llvm/lib/Transforms/Scalar/
H A DMergedLoadStoreMotion.cpp271 MemoryLocation Loc0 = MemoryLocation::get(Load0); local
273 if (AA->isMustAlias(Loc0, Loc1) && Load0->isSameOperationAs(Load1) &&
423 MemoryLocation Loc0 = MemoryLocation::get(Store0); local
425 if (AA->isMustAlias(Loc0, Loc1) && Store0->isSameOperationAs(Store1) &&
429 BB0->back(), Loc0)) {

Completed in 27 milliseconds