Lines Matching defs:OtherAI
4659 if (AllocaInst *OtherAI = dyn_cast<AllocaInst>(StoreBasePtr)) {
4660 ResplitPromotableAllocas.insert(OtherAI);
4661 Worklist.insert(OtherAI);
4662 } else if (AllocaInst *OtherAI = dyn_cast<AllocaInst>(
4664 Worklist.insert(OtherAI);
4781 if (AllocaInst *OtherAI = dyn_cast<AllocaInst>(LoadBasePtr)) {
4782 assert(OtherAI != &AI && "We can't re-split our own alloca!");
4783 ResplitPromotableAllocas.insert(OtherAI);
4784 Worklist.insert(OtherAI);
4785 } else if (AllocaInst *OtherAI = dyn_cast<AllocaInst>(
4787 assert(OtherAI != &AI && "We can't re-split our own alloca!");
4788 Worklist.insert(OtherAI);