Home
last modified time | relevance | path

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

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