Home | History | Annotate | Download | only in Analysis

Lines Matching refs:SimplifyPHINode

3649 /// SimplifyPHINode - See if we can fold the given phi.  If not, returns null.
3650 static Value *SimplifyPHINode(PHINode *PN, const Query &Q) {
4071 Result = SimplifyPHINode(cast<PHINode>(I), Query(DL, TLI, DT, AC, I));