Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DTargetLowering.h807 bool enableExtLdPromotion() const { return EnableExtLdPromotion; } in enableExtLdPromotion() function
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp5749 if (!TLI->enableExtLdPromotion() || DisableExtLdPromotion) in tryToPromoteExts()