Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DGVN.h151 LLVM_ABI bool isLoadInLoopPREEnabled() const;
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGVN.cpp864 bool GVNPass::isLoadInLoopPREEnabled() const { in isLoadInLoopPREEnabled() function in GVNPass
2076 if (!isLoadInLoopPREEnabled() && LI->getLoopFor(Load->getParent())) in processNonLocalLoad()