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