Searched defs:isSafePHIToSpeculate (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
H A DScalarReplAggregates.cpp1165 /// isSafePHIToSpeculate - PHI instructions that use an alloca and are
1181 static bool isSafePHIToSpeculate(PHINode *PN, const DataLayout *DL) { function
1290 if (!isSafePHIToSpeculate(PN, DL))
H A DSROA.cpp1079 static bool isSafePHIToSpeculate(PHINode &PN, function
3209 if (!isSafePHIToSpeculate(**I, DL)) {

Completed in 287 milliseconds