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.h152 LLVM_ABI bool isLoadPRESplitBackedgeEnabled() const;
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGVN.cpp868 bool GVNPass::isLoadPRESplitBackedgeEnabled() const { in isLoadPRESplitBackedgeEnabled() function in GVNPass
1755 if (!isLoadPRESplitBackedgeEnabled()) in PerformLoadPRE()