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

/freebsd-10.1-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombinePHI.cpp239 /// isSafeAndProfitableToSinkLoad - Return true if we know that it is safe to
247 static bool isSafeAndProfitableToSinkLoad(LoadInst *L) { function
307 !isSafeAndProfitableToSinkLoad(FirstLI))
328 !isSafeAndProfitableToSinkLoad(LI))

Completed in 55 milliseconds