Home | History | Annotate | Download | only in Scalar

Lines Matching refs:BE

127       // value can never be that constant. In that case replace the incoming
212 /// uselessness of a case could be determined locally then constant propagation
215 /// that cannot fire no matter what the incoming edge can safely be removed. If
216 /// a case fires on every incoming edge then the entire switch can be removed
252 // If this was the first edge to be visited, record that all other edges
272 // The condition can be modified by removePredecessor's PHI simplification
279 // This case always fires. Arrange for the switch to be turned into an
290 // If the switch has been simplified to the point where it can be replaced
388 // TODO: The following really should be sunk inside LVI's core algorithm, or
412 for (BasicBlock::iterator BI = BB.begin(), BE = BB.end(); BI != BE;) {