Searched defs:ExpensiveCombines (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Transforms/InstCombine/
H A DInstCombine.h27 const bool ExpensiveCombines; member in class:llvm::InstCombinePass
45 const bool ExpensiveCombines; member in class:llvm::InstructionCombiningPass
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DPassManagerBuilder.cpp274 bool ExpensiveCombines = OptLevel > 2; local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h317 const bool ExpensiveCombines; member in class:llvm::InstCombiner
338 InstCombiner(InstCombineWorklist &Worklist, BuilderTy &Builder, bool MinimizeSize, bool ExpensiveCombines, AliasAnalysis *AA, AssumptionCache &AC, TargetLibraryInfo &TLI, DominatorTree &DT, OptimizationRemarkEmitter &ORE, BlockFrequencyInfo *BFI, ProfileSummaryInfo *PSI, const DataLayout &DL, LoopInfo *LI) argument
H A DInstructionCombining.cpp3627 InstCombinePass::InstCombinePass(bool ExpensiveCombines) argument
3630 InstCombinePass::InstCombinePass(bool ExpensiveCombines, unsigned MaxIterations) argument
3564 combineInstructionsOverFunction( Function &F, InstCombineWorklist &Worklist, AliasAnalysis *AA, AssumptionCache &AC, TargetLibraryInfo &TLI, DominatorTree &DT, OptimizationRemarkEmitter &ORE, BlockFrequencyInfo *BFI, ProfileSummaryInfo *PSI, bool ExpensiveCombines, unsigned MaxIterations, LoopInfo *LI) argument
3708 InstructionCombiningPass(bool ExpensiveCombines) argument
3714 InstructionCombiningPass(bool ExpensiveCombines, unsigned MaxIterations) argument
3743 createInstructionCombiningPass(bool ExpensiveCombines) argument
3747 createInstructionCombiningPass(bool ExpensiveCombines, unsigned MaxIterations) argument
[all...]

Completed in 114 milliseconds