Searched refs:isSafeAndProfitableToSinkLoad (Results 1 - 1 of 1) sorted by last modified time

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombinePHI.cpp241 /// isSafeAndProfitableToSinkLoad - Return true if we know that it is safe to
249 static bool isSafeAndProfitableToSinkLoad(LoadInst *L) { function
307 !isSafeAndProfitableToSinkLoad(FirstLI))
328 !isSafeAndProfitableToSinkLoad(LI))

Completed in 1046 milliseconds