Lines Matching refs:BatchAA
244 BatchAAResults &BatchAA) { in getPointerDependencyFrom() argument
255 MemLoc, isLoad, ScanIt, BB, QueryInst, Limit, BatchAA); in getPointerDependencyFrom()
272 BatchAAResults BatchAA(AA); in getPointerDependencyFrom() local
274 BatchAA); in getPointerDependencyFrom()
367 BatchAAResults &BatchAA) { in getSimplePointerDependencyFrom() argument
451 if (BatchAA.isMustAlias(ArgLoc, MemLoc)) in getSimplePointerDependencyFrom()
459 AliasResult R = BatchAA.alias(Loc, MemLoc); in getSimplePointerDependencyFrom()
505 AliasResult R = BatchAA.alias(LoadLoc, MemLoc); in getSimplePointerDependencyFrom()
528 if (BatchAA.pointsToConstantMemory(LoadLoc)) in getSimplePointerDependencyFrom()
564 if (!isModOrRefSet(BatchAA.getModRefInfo(SI, MemLoc))) in getSimplePointerDependencyFrom()
573 AliasResult R = BatchAA.alias(StoreLoc, MemLoc); in getSimplePointerDependencyFrom()
592 if (AccessPtr == Inst || BatchAA.isMustAlias(Inst, AccessPtr)) in getSimplePointerDependencyFrom()
609 ModRefInfo MR = BatchAA.getModRefInfo(Inst, MemLoc); in getSimplePointerDependencyFrom()
612 MR = BatchAA.callCapturesBefore(Inst, MemLoc, &DT); in getSimplePointerDependencyFrom()
899 BatchAAResults &BatchAA) { in getNonLocalInfoForBlock() argument
950 QueryInst, nullptr, BatchAA); in getNonLocalInfoForBlock()
1191 BatchAAResults BatchAA(AA); in getNonLocalPointerDepFromBB() local
1222 QueryInst, Loc, isLoad, BB, Cache, NumSortedEntries, BatchAA); in getNonLocalPointerDepFromBB()