Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Basic/
H A DCodeGenOptions.h54 OnlyAlwaysInlining // Only run the always inlining pass. enumerator
/llvm-project-15.0.7/clang/lib/Frontend/
H A DCompilerInvocation.cpp1346 else if (Opts.Inlining == CodeGenOptions::OnlyAlwaysInlining) in GenerateCodeGenArgs()
1614 Opts.setInlining(CodeGenOptions::OnlyAlwaysInlining); in ParseCodeGenArgs()
1626 Opts.setInlining(CodeGenOptions::OnlyAlwaysInlining); in ParseCodeGenArgs()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCodeGenModule.cpp1961 CodeGenOpts.getInlining() == CodeGenOptions::OnlyAlwaysInlining) in SetLLVMFunctionAttributesForDefinition()
2005 } else if (CodeGenOpts.getInlining() == CodeGenOptions::OnlyAlwaysInlining) { in SetLLVMFunctionAttributesForDefinition()