Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DGVN.h145 bool isLoadPRESplitBackedgeEnabled() const;
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGVN.cpp807 bool GVNPass::isLoadPRESplitBackedgeEnabled() const { in isLoadPRESplitBackedgeEnabled() function in GVNPass
1662 if (!isLoadPRESplitBackedgeEnabled()) in PerformLoadPRE()