Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Target/
HDCGPassBuilderOption.h43 bool DisablePartialLibcallInlining = false; member
/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDTargetPassConfig.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-14-stable/contrib/llvm-project/llvm/include/llvm/Passes/
HDCodeGenPassBuilder.h687 !Opt.DisablePartialLibcallInlining) in addIRPasses()