Home
last modified time | relevance | path

Searched defs:PrepareForLTO (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DLoopRotation.h36 const bool PrepareForLTO; variable
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopRotation.cpp42 LoopRotatePass::LoopRotatePass(bool EnableHeaderDuplication, bool PrepareForLTO) in LoopRotatePass()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopRotationUtils.cpp71 bool PrepareForLTO; member in __anon7e6e14090111::LoopRotate
78 bool PrepareForLTO) in LoopRotate()
1085 bool IsUtilMode = true, bool PrepareForLTO) { in LoopRotation()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DCodeMetrics.cpp131 const SmallPtrSetImpl<const Value *> &EphValues, bool PrepareForLTO, in analyzeBasicBlock()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp955 const bool PrepareForLTO = CodeGenOpts.PrepareForLTO; in RunOptimizationPipeline() local