Lines Matching defs:BAA

121   BatchAAResults BAA;
125 : MSSA(M), Walker(M->getWalker()), BAA(M->getAA()) {}
136 MemoryAccess *Clobber = Walker->getClobberingMemoryAccess(MA, BAA);
930 MemoryAccess *findClobber(BatchAAResults &BAA, MemoryAccess *Start,
932 AA = &BAA;
962 checkClobberSanity(Current, Result, Q.StartingLoc, MSSA, Q, BAA);
1022 MemoryAccess *getClobberingMemoryAccess(MemoryAccess *MA, BatchAAResults &BAA,
1024 return Walker->getClobberingMemoryAccessBase(MA, BAA, UWL, false);
1028 BatchAAResults &BAA, unsigned &UWL) {
1029 return Walker->getClobberingMemoryAccessBase(MA, Loc, BAA, UWL);
1033 MemoryAccess *MA, BatchAAResults &BAA, unsigned &UWL) {
1034 return Walker->getClobberingMemoryAccessBase(MA, BAA, UWL, false, false);
1038 BatchAAResults &BAA) override {
1040 return getClobberingMemoryAccess(MA, BAA, UpwardWalkLimit);
1044 BatchAAResults &BAA) override {
1046 return getClobberingMemoryAccess(MA, Loc, BAA, UpwardWalkLimit);
1065 MemoryAccess *getClobberingMemoryAccess(MemoryAccess *MA, BatchAAResults &BAA,
1067 return Walker->getClobberingMemoryAccessBase(MA, BAA, UWL, true);
1071 BatchAAResults &BAA, unsigned &UWL) {
1072 return Walker->getClobberingMemoryAccessBase(MA, Loc, BAA, UWL);
1076 BatchAAResults &BAA) override {
1078 return getClobberingMemoryAccess(MA, BAA, UpwardWalkLimit);
1082 BatchAAResults &BAA) override {
1084 return getClobberingMemoryAccess(MA, Loc, BAA, UpwardWalkLimit);
1306 OptimizeUses(MemorySSA *MSSA, CachingWalker *Walker, BatchAAResults *BAA,
1308 : MSSA(MSSA), Walker(Walker), AA(BAA), DT(DT) {}
1519 void MemorySSA::buildMemorySSA(BatchAAResults &BAA, IterT Blocks) {
1541 MemoryUseOrDef *MUD = createNewAccess(&I, &BAA);
2453 BatchAAResults &BAA, unsigned &UpwardWalkLimit) {
2483 Walker.findClobber(BAA, StartingAccess, Q, UpwardWalkLimit);
2530 MemoryAccess *MA, BatchAAResults &BAA, unsigned &UpwardWalkLimit,
2570 if (isUseTriviallyOptimizableToLiveOnEntry(BAA, I)) {
2589 Walker.findClobber(BAA, DefiningAccess, Q, UpwardWalkLimit);
2604 Result = Walker.findClobber(BAA, OptimizedAccess, Q, UpwardWalkLimit);