Home | History | Annotate | Download | only in Scalar

Lines Matching full:rewrite

257 /// rewrite it in terms of a single new alloca that can be mem2reg'd.
330 /// rewrite it to be a new alloca which is mem2reg'able. This returns the new
1305 // If there are no instructions to rewrite, then all uses are load/stores and
1326 // Selects in InstsToRewrite only have load uses. Rewrite each as two
1374 // Rewrite all loads of the PN to use the new PHI.
1564 // Now that we have created the new alloca instructions, rewrite all the
1863 /// RewriteForScalarRepl - Alloca AI is being split into NewElts, so rewrite
1925 // If this is a load of the entire alloca to an integer, rewrite it.
1952 // If this is a store of the entire alloca from an integer, rewrite it.
1960 // bitcast) we have to rewrite it. GEP and bitcast uses will be RAUW'd to
2037 /// elements of the alloca that are being split apart, and if so, rewrite
2098 /// RewriteLifetimeIntrinsic - II is a lifetime.start/lifetime.end. Rewrite it
2155 /// Rewrite it to copy or set the elements of the scalarized memory.