Searched refs:DisablePartialLibcallInlining (Results 1 – 3 of 3) sorted by relevance
44 bool DisablePartialLibcallInlining = false; member
101 static cl::opt<bool> DisablePartialLibcallInlining("disable-partial-libcall-inlining", variable455 SET_BOOLEAN_OPTION(DisablePartialLibcallInlining) in getCGPassBuilderOption()874 if (getOptLevel() != CodeGenOpt::None && !DisablePartialLibcallInlining) in addIRPasses()
658 if (getOptLevel() != CodeGenOpt::None && !Opt.DisablePartialLibcallInlining) in addIRPasses()