Lines Matching defs:OtherAI
4607 if (AllocaInst *OtherAI = dyn_cast<AllocaInst>(StoreBasePtr)) {
4608 ResplitPromotableAllocas.insert(OtherAI);
4609 Worklist.insert(OtherAI);
4610 } else if (AllocaInst *OtherAI = dyn_cast<AllocaInst>(
4612 Worklist.insert(OtherAI);
4729 if (AllocaInst *OtherAI = dyn_cast<AllocaInst>(LoadBasePtr)) {
4730 assert(OtherAI != &AI && "We can't re-split our own alloca!");
4731 ResplitPromotableAllocas.insert(OtherAI);
4732 Worklist.insert(OtherAI);
4733 } else if (AllocaInst *OtherAI = dyn_cast<AllocaInst>(
4735 assert(OtherAI != &AI && "We can't re-split our own alloca!");
4736 Worklist.insert(OtherAI);