Home
last modified time | relevance | path

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

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