Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Transforms/Scalar/
H A DSROA.h128 AllocaInst *rewritePartition(AllocaInst &AI, sroa::AllocaSlices &AS,
/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DSROA.cpp4047 AllocaInst *SROA::rewritePartition(AllocaInst &AI, AllocaSlices &AS, in rewritePartition() function in SROA
4269 if (AllocaInst *NewAI = rewritePartition(AI, AS, P)) { in splitAlloca()