Searched refs:rewritePartition (Results 1 – 4 of 4) sorted by relevance
/external/llvm/include/llvm/Transforms/Scalar/ |
D | SROA.h | 116 AllocaInst *rewritePartition(AllocaInst &AI, sroa::AllocaSlices &AS,
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Scalar/ |
D | SROA.h | 128 AllocaInst *rewritePartition(AllocaInst &AI, sroa::AllocaSlices &AS,
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | SROA.cpp | 4017 AllocaInst *SROA::rewritePartition(AllocaInst &AI, AllocaSlices &AS, in rewritePartition() function in SROA 4239 if (AllocaInst *NewAI = rewritePartition(AI, AS, P)) { in splitAlloca()
|
/external/llvm/lib/Transforms/Scalar/ |
D | SROA.cpp | 3808 AllocaInst *SROA::rewritePartition(AllocaInst &AI, AllocaSlices &AS, in rewritePartition() function in SROA 4001 if (AllocaInst *NewAI = rewritePartition(AI, AS, P)) { in splitAlloca()
|