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

/freebsd-10-stable/contrib/llvm/lib/Transforms/Scalar/
H A DScalarReplAggregates.cpp1124 /// isSafeSelectToSpeculate - Select instructions that use an alloca and are
1137 static bool isSafeSelectToSpeculate(SelectInst *SI, const DataLayout *TD) { function
1273 if (!isSafeSelectToSpeculate(SI, TD))
H A DSROA.cpp1124 static bool isSafeSelectToSpeculate(SelectInst &SI, const DataLayout *DL = 0) { function
2675 if (isSafeSelectToSpeculate(SI, &DL)) {

Completed in 115 milliseconds