Lines Matching refs:BatchAA

243     BatchAAResults &BatchAA) {  in getPointerDependencyFrom()  argument
254 MemLoc, isLoad, ScanIt, BB, QueryInst, Limit, BatchAA); in getPointerDependencyFrom()
271 BatchAAResults BatchAA(AA, &EII); in getPointerDependencyFrom() local
273 BatchAA); in getPointerDependencyFrom()
370 Align MemLocAlign, BatchAAResults &BatchAA, in canSkipClobberingStore() argument
385 if (BatchAA.alias(MemoryLocation::get(LI), MemLoc) != AliasResult::MustAlias) in canSkipClobberingStore()
390 isModSet(BatchAA.getModRefInfo(I, MemLoc))) in canSkipClobberingStore()
399 BatchAAResults &BatchAA) { in getSimplePointerDependencyFrom() argument
486 if (BatchAA.isMustAlias(ArgLoc, MemLoc)) in getSimplePointerDependencyFrom()
494 AliasResult R = BatchAA.alias(Loc, MemLoc); in getSimplePointerDependencyFrom()
540 AliasResult R = BatchAA.alias(LoadLoc, MemLoc); in getSimplePointerDependencyFrom()
563 if (!isModSet(BatchAA.getModRefInfoMask(LoadLoc))) in getSimplePointerDependencyFrom()
599 if (!isModOrRefSet(BatchAA.getModRefInfo(SI, MemLoc))) in getSimplePointerDependencyFrom()
608 AliasResult R = BatchAA.alias(StoreLoc, MemLoc); in getSimplePointerDependencyFrom()
616 if (canSkipClobberingStore(SI, MemLoc, MemLocAlign, BatchAA, *Limit)) in getSimplePointerDependencyFrom()
629 if (AccessPtr == Inst || BatchAA.isMustAlias(Inst, AccessPtr)) in getSimplePointerDependencyFrom()
651 switch (BatchAA.getModRefInfo(Inst, MemLoc)) { in getSimplePointerDependencyFrom()
937 BatchAAResults &BatchAA) { in getNonLocalInfoForBlock() argument
988 QueryInst, nullptr, BatchAA); in getNonLocalInfoForBlock()
1230 BatchAAResults BatchAA(AA, &EII); in getNonLocalPointerDepFromBB() local
1261 QueryInst, Loc, isLoad, BB, Cache, NumSortedEntries, BatchAA); in getNonLocalPointerDepFromBB()