Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DCGPassBuilderOption.h43 bool DisablePartialLibcallInlining = false;
42 bool DisablePartialLibcallInlining = false; global() member
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetPassConfig.cpp102 static cl::opt<bool> DisablePartialLibcallInlining("disable-partial-libcall-inlining", variable
498 SET_BOOLEAN_OPTION(DisablePartialLibcallInlining) in getCGPassBuilderOption()
866 if (getOptLevel() != CodeGenOptLevel::None && !DisablePartialLibcallInlining) in addIRPasses()
/freebsd/contrib/llvm-project/llvm/include/llvm/Passes/
H A DCodeGenPassBuilder.h687 !Opt.DisablePartialLibcallInlining) in addIRPasses()