Searched refs:RewriteForScalarRepl (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/Transforms/Scalar/ |
D | ScalarReplAggregates.cpp | 170 void RewriteForScalarRepl(Instruction *I, AllocaInst *AI, uint64_t Offset, 1576 RewriteForScalarRepl(AI, AI, 0, ElementAllocas); in DoScalarReplacement() 1881 void SROA::RewriteForScalarRepl(Instruction *I, AllocaInst *AI, uint64_t Offset, in RewriteForScalarRepl() function in SROA 1997 RewriteForScalarRepl(BC, AI, Offset, NewElts); in RewriteBitCast() 2069 RewriteForScalarRepl(GEPI, AI, Offset, NewElts); in RewriteGEP()
|