Home | History | Annotate | Download | only in Scalar

Lines Matching refs:isSafePHIToSpeculate

1159 /// isSafePHIToSpeculate - PHI instructions that use an alloca and are
1175 static bool isSafePHIToSpeculate(PHINode *PN, const DataLayout *TD) {
1288 if (!isSafePHIToSpeculate(PN, TD))