Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DTargetPassConfig.cpp96 static cl::opt<bool> DisablePartialLibcallInlining("disable-partial-libcall-inlining", variable
665 if (getOptLevel() != CodeGenOpt::None && !DisablePartialLibcallInlining) in addIRPasses()