Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Transforms/Scalar/
H A DSROA.h126 AllocaInst *rewritePartition(AllocaInst &AI, sroa::AllocaSlices &AS,
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DSROA.cpp4248 AllocaInst *SROAPass::rewritePartition(AllocaInst &AI, AllocaSlices &AS, in rewritePartition() function in SROAPass
4480 if (AllocaInst *NewAI = rewritePartition(AI, AS, P)) { in splitAlloca()