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

/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
H A DScalarReplAggregates.cpp1043 /// isSafePHIToSpeculate - PHI instructions that use an alloca and are
1059 static bool isSafePHIToSpeculate(PHINode *PN, const TargetData *TD) { function
1172 if (!isSafePHIToSpeculate(PN, TD))

Completed in 187 milliseconds