Searched refs:IsLTO (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/Driver/ToolChains/ |
| H A D | CommonArgs.h | 207 llvm::opt::ArgStringList &CmdArgs, bool IsLTO, 221 const llvm::Triple &Triple, bool IsLTO,
|
| H A D | CommonArgs.cpp | 1820 ArgStringList &CmdArgs, bool IsLTO, in addX86AlignBranchArgs() argument 1822 auto addArg = [&, IsLTO](const Twine &Arg) { in addX86AlignBranchArgs() 1823 if (IsLTO) { in addX86AlignBranchArgs() 2248 const llvm::Triple &Triple, bool IsLTO, in addMachineOutlinerArgs() argument 2250 auto addArg = [&, IsLTO](const Twine &Arg) { in addMachineOutlinerArgs() 2251 if (IsLTO) { in addMachineOutlinerArgs()
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | BackendUtil.cpp | 906 bool IsLTO = CodeGenOpts.PrepareForLTO; in RunOptimizationPipeline() local 986 MPM = PB.buildO0DefaultPipeline(Level, IsLTO || IsThinLTO); in RunOptimizationPipeline() 989 } else if (IsLTO) { in RunOptimizationPipeline()
|