Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Scalar/
H A DSROA.h127 AllocaInst *rewritePartition(AllocaInst &AI, sroa::AllocaSlices &AS,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DSROA.cpp4264 AllocaInst *SROA::rewritePartition(AllocaInst &AI, AllocaSlices &AS, in rewritePartition() function in SROA
4496 if (AllocaInst *NewAI = rewritePartition(AI, AS, P)) { in splitAlloca()