Searched refs:OtherAI (Results 1 – 1 of 1) sorted by relevance
4607 if (AllocaInst *OtherAI = dyn_cast<AllocaInst>(StoreBasePtr)) { in presplitLoadsAndStores() local4608 ResplitPromotableAllocas.insert(OtherAI); in presplitLoadsAndStores()4609 Worklist.insert(OtherAI); in presplitLoadsAndStores()4610 } else if (AllocaInst *OtherAI = dyn_cast<AllocaInst>( in presplitLoadsAndStores() local4612 Worklist.insert(OtherAI); in presplitLoadsAndStores()4729 if (AllocaInst *OtherAI = dyn_cast<AllocaInst>(LoadBasePtr)) { in presplitLoadsAndStores() local4730 assert(OtherAI != &AI && "We can't re-split our own alloca!"); in presplitLoadsAndStores()4731 ResplitPromotableAllocas.insert(OtherAI); in presplitLoadsAndStores()4732 Worklist.insert(OtherAI); in presplitLoadsAndStores()4733 } else if (AllocaInst *OtherAI = dyn_cast<AllocaInst>( in presplitLoadsAndStores() local[all …]