Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSROA.cpp250 AllocaInst *rewritePartition(AllocaInst &AI, AllocaSlices &AS, Partition &P);
4743 AllocaInst *SROA::rewritePartition(AllocaInst &AI, AllocaSlices &AS, in rewritePartition() function in SROA
5048 if (AllocaInst *NewAI = rewritePartition(AI, AS, P)) { in splitAlloca()