Searched refs:RewriteForScalarRepl (Results 1 – 1 of 1) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/ |
D | ScalarReplAggregates.cpp | 142 void RewriteForScalarRepl(Instruction *I, AllocaInst *AI, uint64_t Offset, 1472 RewriteForScalarRepl(AI, AI, 0, ElementAllocas); in DoScalarReplacement() 1756 void SROA::RewriteForScalarRepl(Instruction *I, AllocaInst *AI, uint64_t Offset, in RewriteForScalarRepl() function in SROA 1872 RewriteForScalarRepl(BC, AI, Offset, NewElts); in RewriteBitCast() 1921 RewriteForScalarRepl(GEPI, AI, Offset, NewElts); in RewriteGEP()
|