Home
last modified time | relevance | path

Searched refs:PrepareForLTO (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopRotation.cpp42 LoopRotatePass::LoopRotatePass(bool EnableHeaderDuplication, bool PrepareForLTO) in LoopRotatePass() argument
44 PrepareForLTO(PrepareForLTO) {} in LoopRotatePass()
55 if (!PrepareForLTO) in printPipeline()
80 false, PrepareForLTO || PrepareForLTOOption); in run()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DLoopRotation.h27 bool PrepareForLTO = false);
36 const bool PrepareForLTO; variable
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopRotationUtils.cpp71 bool PrepareForLTO; member in __anon7e6e14090111::LoopRotate
78 bool PrepareForLTO) in LoopRotate() argument
81 IsUtilMode(IsUtilMode), PrepareForLTO(PrepareForLTO) {} in LoopRotate()
455 Metrics.analyzeBasicBlock(OrigHeader, *TTI, EphValues, PrepareForLTO); in rotateLoop()
487 if (PrepareForLTO && Metrics.NumInlineCandidates > 0) in rotateLoop()
1085 bool IsUtilMode = true, bool PrepareForLTO) { in LoopRotation() argument
1087 IsUtilMode, PrepareForLTO); in LoopRotation()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DCodeMetrics.cpp131 const SmallPtrSetImpl<const Value *> &EphValues, bool PrepareForLTO, in analyzeBasicBlock() argument
151 PrepareForLTO)) { in analyzeBasicBlock()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DLoopRotationUtils.h37 bool PrepareForLTO = false);
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DCodeMetrics.h83 bool PrepareForLTO = false, const Loop *L = nullptr);
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp196 return CodeGenOpts.PrepareForLTO && !CodeGenOpts.DisableLLVMPasses && in shouldEmitRegularLTOSummary()
889 if (!CodeGenOpts.PrepareForThinLTO && !CodeGenOpts.PrepareForLTO && in RunOptimizationPipeline()
955 const bool PrepareForLTO = CodeGenOpts.PrepareForLTO; in RunOptimizationPipeline() local
1034 } else if (PrepareForLTO) { in RunOptimizationPipeline()
H A DMicrosoftCXXABI.cpp1990 if (CGM.getCodeGenOpts().PrepareForLTO) in getVirtualFunctionPointer()
H A DCGDebugInfo.cpp667 LO.Optimize || CGOpts.PrepareForLTO || CGOpts.PrepareForThinLTO, in CreateCompileUnit()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.def162 CODEGENOPT(PrepareForLTO , 1, 0) ///< Set when -flto is enabled on the
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp1641 if (Opts.PrepareForLTO && !Opts.PrepareForThinLTO) in GenerateCodeGenArgs()
1930 Opts.PrepareForLTO = false; in ParseCodeGenArgs()
1933 Opts.PrepareForLTO = true; in ParseCodeGenArgs()