Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:PHIs

623     SetVector<PHINode *> PHIs;
670 // We cannot transform PHIs on unsplittable basic blocks.
674 PHIs.insert(PN);
679 for (auto *PN : PHIs)
888 /// We can look through PHIs, GEPs and casts in order to determine a common base
1000 // PHIs/casts.
1054 // Try convert this to an indexed compare by looking through PHIs/casts as a