Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DSROA.cpp3839 if (AllocaInst *OtherAI = dyn_cast<AllocaInst>(StoreBasePtr)) { in presplitLoadsAndStores() local
3840 ResplitPromotableAllocas.insert(OtherAI); in presplitLoadsAndStores()
3841 Worklist.insert(OtherAI); in presplitLoadsAndStores()
3842 } else if (AllocaInst *OtherAI = dyn_cast<AllocaInst>( in presplitLoadsAndStores() local
3844 Worklist.insert(OtherAI); in presplitLoadsAndStores()
3954 if (AllocaInst *OtherAI = dyn_cast<AllocaInst>(LoadBasePtr)) { in presplitLoadsAndStores() local
3955 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 …]
/external/llvm/lib/Transforms/Scalar/
DSROA.cpp3633 if (AllocaInst *OtherAI = dyn_cast<AllocaInst>(StoreBasePtr)) { in presplitLoadsAndStores() local
3634 ResplitPromotableAllocas.insert(OtherAI); in presplitLoadsAndStores()
3635 Worklist.insert(OtherAI); in presplitLoadsAndStores()
3636 } else if (AllocaInst *OtherAI = dyn_cast<AllocaInst>( in presplitLoadsAndStores() local
3638 Worklist.insert(OtherAI); in presplitLoadsAndStores()
3744 if (AllocaInst *OtherAI = dyn_cast<AllocaInst>(LoadBasePtr)) { in presplitLoadsAndStores() local
3745 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 …]