Home | History | Annotate | Download | only in Scalar

Lines Matching full:perform

1233   // Perform PHI construction.
1428 // Perform PHI construction.
1661 // Perform PHI construction.
2053 // For conditional branches, we can perform simple conditional propagation on
2114 // Perform fast-path value-number based elimination of values inherited from
2172 // FIXME: Should perform GVN again after PRE does something. PRE can move
2224 /// performPRE - Perform a purely local form of PRE that looks for diamond
2225 /// control flow patterns and attempts to perform simple PRE at the join point.
2236 // Don't perform PRE on a landing pad.
2304 // the edge to be split and perform the PRE the next time we iterate