Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopRotation.cpp42 LoopRotatePass::LoopRotatePass(bool EnableHeaderDuplication, bool PrepareForLTO) in LoopRotatePass() argument
97 bool PrepareForLTO; global() member in __anonced3464f0111::LoopRotateLegacyPass
102 LoopRotateLegacyPass(int SpecifiedMaxHeaderSize=-1,bool PrepareForLTO=false) LoopRotateLegacyPass() argument
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DLoopRotation.h36 const bool PrepareForLTO; variable
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopRotationUtils.cpp71 bool PrepareForLTO; member in __anon93c1365b0111::LoopRotate
78 bool PrepareForLTO) in LoopRotate() argument
1056 LoopRotation(Loop * L,LoopInfo * LI,const TargetTransformInfo * TTI,AssumptionCache * AC,DominatorTree * DT,ScalarEvolution * SE,MemorySSAUpdater * MSSAU,const SimplifyQuery & SQ,bool RotationOnly=true,unsigned Threshold=unsigned (-1),bool IsUtilMode=true,bool PrepareForLTO) LoopRotation() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DCodeMetrics.cpp118 analyzeBasicBlock(const BasicBlock * BB,const TargetTransformInfo & TTI,const SmallPtrSetImpl<const Value * > & EphValues,bool PrepareForLTO) analyzeBasicBlock() argument
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp923 const bool PrepareForLTO = CodeGenOpts.PrepareForLTO; RunOptimizationPipeline() local