Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/include/llvm/Target/
H A DTargetLowering.h286 bool enableExtLdPromotion() const { return EnableExtLdPromotion; } in enableExtLdPromotion() function
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp3321 if (!TLI || !TLI->enableExtLdPromotion() || DisableExtLdPromotion) in ExtLdPromotion()