Searched refs:ResplitPromotableAllocas (Results 1 – 1 of 1) sorted by relevance
3697 SmallPtrSet<AllocaInst *, 4> ResplitPromotableAllocas; in presplitLoadsAndStores() local3801 ResplitPromotableAllocas.insert(OtherAI); in presplitLoadsAndStores()3913 ResplitPromotableAllocas.insert(OtherAI); in presplitLoadsAndStores()3959 [&](AllocaInst *AI) { return ResplitPromotableAllocas.count(AI); }), in presplitLoadsAndStores()