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

/external/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))

Completed in 94 milliseconds