Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSROA.cpp4607 if (AllocaInst *OtherAI = dyn_cast<AllocaInst>(StoreBasePtr)) { in presplitLoadsAndStores() local
4608 ResplitPromotableAllocas.insert(OtherAI); in presplitLoadsAndStores()
4609 Worklist.insert(OtherAI); in presplitLoadsAndStores()
4610 } else if (AllocaInst *OtherAI = dyn_cast<AllocaInst>( in presplitLoadsAndStores() local
4612 Worklist.insert(OtherAI); in presplitLoadsAndStores()
4729 if (AllocaInst *OtherAI = dyn_cast<AllocaInst>(LoadBasePtr)) { in presplitLoadsAndStores() local
4730 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 …]