Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombinePHI.cpp621 static bool isSafeAndProfitableToSinkLoad(LoadInst *L) { in isSafeAndProfitableToSinkLoad() function
686 !isSafeAndProfitableToSinkLoad(FirstLI)) in foldPHIArgLoadIntoPHI()
714 if (LI->getParent() != InBB || !isSafeAndProfitableToSinkLoad(LI)) in foldPHIArgLoadIntoPHI()