Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Target/
H A DCGPassBuilderOption.h44 bool DisablePartialLibcallInlining = false; member
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetPassConfig.cpp101 static cl::opt<bool> DisablePartialLibcallInlining("disable-partial-libcall-inlining", variable
455 SET_BOOLEAN_OPTION(DisablePartialLibcallInlining) in getCGPassBuilderOption()
874 if (getOptLevel() != CodeGenOpt::None && !DisablePartialLibcallInlining) in addIRPasses()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DCodeGenPassBuilder.h658 if (getOptLevel() != CodeGenOpt::None && !Opt.DisablePartialLibcallInlining) in addIRPasses()