Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h884 bool enableExtLdPromotion() const { return EnableExtLdPromotion; } in enableExtLdPromotion() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp5986 if (!TLI->enableExtLdPromotion() || DisableExtLdPromotion) in tryToPromoteExts()