Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp115 static cl::opt<bool> DisableSCO("disable-ppc-sco", variable
4846 if (DisableSCO && !TailCallOpt) return false; in IsEligibleForTailCallOptimization_64SVR4()
4907 if (DisableSCO) return false; in IsEligibleForTailCallOptimization_64SVR4()
17623 if (!TM.Options.GuaranteedTailCallOpt && DisableSCO) in mayBeEmittedAsTailCall()