Searched refs:ResplitPromotableAllocas (Results 1 – 2 of 2) sorted by relevance
3731 SmallPtrSet<AllocaInst *, 4> ResplitPromotableAllocas; in presplitLoadsAndStores() local3840 ResplitPromotableAllocas.insert(OtherAI); in presplitLoadsAndStores()3956 ResplitPromotableAllocas.insert(OtherAI); in presplitLoadsAndStores()4001 [&](AllocaInst *AI) { return ResplitPromotableAllocas.count(AI); }), in presplitLoadsAndStores()
3530 SmallPtrSet<AllocaInst *, 4> ResplitPromotableAllocas; in presplitLoadsAndStores() local3634 ResplitPromotableAllocas.insert(OtherAI); in presplitLoadsAndStores()3746 ResplitPromotableAllocas.insert(OtherAI); in presplitLoadsAndStores()3792 [&](AllocaInst *AI) { return ResplitPromotableAllocas.count(AI); }), in presplitLoadsAndStores()