Home
last modified time | relevance | path

Searched refs:ResplitPromotableAllocas (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
DSROA.cpp3697 SmallPtrSet<AllocaInst *, 4> ResplitPromotableAllocas; in presplitLoadsAndStores() local
3801 ResplitPromotableAllocas.insert(OtherAI); in presplitLoadsAndStores()
3913 ResplitPromotableAllocas.insert(OtherAI); in presplitLoadsAndStores()
3959 [&](AllocaInst *AI) { return ResplitPromotableAllocas.count(AI); }), in presplitLoadsAndStores()