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

/freebsd-11.0-release/contrib/llvm/lib/Transforms/Scalar/
H A DScalarReplAggregates.cpp1166 /// isSafePHIToSpeculate - PHI instructions that use an alloca and are
1182 static bool isSafePHIToSpeculate(PHINode *PN) { function
1293 if (!isSafePHIToSpeculate(PN))
H A DSROA.cpp1140 static bool isSafePHIToSpeculate(PHINode &PN) {
3909 if (!isSafePHIToSpeculate(**I)) {

Completed in 67 milliseconds