Searched refs:OtherAI (Results 1 – 2 of 2) sorted by relevance
3839 if (AllocaInst *OtherAI = dyn_cast<AllocaInst>(StoreBasePtr)) { in presplitLoadsAndStores() local3840 ResplitPromotableAllocas.insert(OtherAI); in presplitLoadsAndStores()3841 Worklist.insert(OtherAI); in presplitLoadsAndStores()3842 } else if (AllocaInst *OtherAI = dyn_cast<AllocaInst>( in presplitLoadsAndStores() local3844 Worklist.insert(OtherAI); in presplitLoadsAndStores()3954 if (AllocaInst *OtherAI = dyn_cast<AllocaInst>(LoadBasePtr)) { in presplitLoadsAndStores() local3955 assert(OtherAI != &AI && "We can't re-split our own alloca!"); in presplitLoadsAndStores()3956 ResplitPromotableAllocas.insert(OtherAI); in presplitLoadsAndStores()3957 Worklist.insert(OtherAI); in presplitLoadsAndStores()3958 } else if (AllocaInst *OtherAI = dyn_cast<AllocaInst>( in presplitLoadsAndStores() local[all …]
3633 if (AllocaInst *OtherAI = dyn_cast<AllocaInst>(StoreBasePtr)) { in presplitLoadsAndStores() local3634 ResplitPromotableAllocas.insert(OtherAI); in presplitLoadsAndStores()3635 Worklist.insert(OtherAI); in presplitLoadsAndStores()3636 } else if (AllocaInst *OtherAI = dyn_cast<AllocaInst>( in presplitLoadsAndStores() local3638 Worklist.insert(OtherAI); in presplitLoadsAndStores()3744 if (AllocaInst *OtherAI = dyn_cast<AllocaInst>(LoadBasePtr)) { in presplitLoadsAndStores() local3745 assert(OtherAI != &AI && "We can't re-split our own alloca!"); in presplitLoadsAndStores()3746 ResplitPromotableAllocas.insert(OtherAI); in presplitLoadsAndStores()3747 Worklist.insert(OtherAI); in presplitLoadsAndStores()3748 } else if (AllocaInst *OtherAI = dyn_cast<AllocaInst>( in presplitLoadsAndStores() local[all …]