Searched refs:IsLTO (Results 1 – 3 of 3) sorted by relevance
191 llvm::opt::ArgStringList &CmdArgs, bool IsLTO);204 const llvm::Triple &Triple, bool IsLTO);
1631 ArgStringList &CmdArgs, bool IsLTO) { in addX86AlignBranchArgs() argument1632 auto addArg = [&, IsLTO](const Twine &Arg) { in addX86AlignBranchArgs()1633 if (IsLTO) { in addX86AlignBranchArgs()2038 const llvm::Triple &Triple, bool IsLTO) { in addMachineOutlinerArgs() argument2039 auto addArg = [&, IsLTO](const Twine &Arg) { in addMachineOutlinerArgs()2040 if (IsLTO) { in addMachineOutlinerArgs()
838 bool IsLTO = CodeGenOpts.PrepareForLTO; in RunOptimizationPipeline() local915 MPM = PB.buildO0DefaultPipeline(Level, IsLTO || IsThinLTO); in RunOptimizationPipeline()918 } else if (IsLTO) { in RunOptimizationPipeline()