Lines Matching defs:BatchAA
814 /// The single BatchAA instance that is used to cache AA queries. It will
821 BatchAAResults BatchAA;
872 : F(F), AA(AA), EI(DT, &LI), BatchAA(AA, &EI), MSSA(MSSA), DT(DT),
982 if (KillingV == DeadV && BatchAA.isMustAlias(DeadLoc, KillingLoc))
988 return isMaskedStoreOverwrite(KillingI, DeadI, BatchAA);
1001 AliasResult AAR = BatchAA.alias(KillingLoc, DeadLoc);
1255 return BatchAA.isMustAlias(TermLoc.Ptr, LocUO);
1280 return isRefSet(BatchAA.getModRefInfo(UseInst, DefLoc));
1749 // used as memory locations that have been cached by BatchAA. Removing
1906 !memoryIsNotModifiedBetween(Malloc, MemSet, BatchAA, DL, &DT))
1972 MSSA.getSkipSelfWalker()->getClobberingMemoryAccess(Def, BatchAA);
2001 MSSA.getSkipSelfWalker()->getClobberingMemoryAccess(Def, BatchAA));
2023 MSSA.getWalker()->getClobberingMemoryAccess(Def, BatchAA);
2261 State.BatchAA, &DT)) {