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

/external/llvm/lib/Transforms/Scalar/
H A DScalarReplAggregates.cpp1159 /// isSafePHIToSpeculate - PHI instructions that use an alloca and are
1175 static bool isSafePHIToSpeculate(PHINode *PN, const TargetData *TD) { function
1288 if (!isSafePHIToSpeculate(PN, TD))

Completed in 82 milliseconds