Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DSROA.h
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSROA.cpp246 AllocaInst *rewritePartition(AllocaInst &AI, AllocaSlices &AS, Partition &P);
4789 AllocaInst *SROA::rewritePartition(AllocaInst &AI, AllocaSlices &AS, in rewritePartition() function in SROA
5284 if (AllocaInst *NewAI = rewritePartition(AI, AS, P)) { in splitAlloca()