Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Target/
H A DCGPassBuilderOption.h43 bool DisablePartialLibcallInlining = false; member
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DTargetPassConfig.cpp101 static cl::opt<bool> DisablePartialLibcallInlining("disable-partial-libcall-inlining", variable
500 SET_BOOLEAN_OPTION(DisablePartialLibcallInlining) in getCGPassBuilderOption()
923 if (getOptLevel() != CodeGenOpt::None && !DisablePartialLibcallInlining) in addIRPasses()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DCodeGenPassBuilder.h653 if (getOptLevel() != CodeGenOpt::None && !Opt.DisablePartialLibcallInlining) in addIRPasses()