Searched defs:ExpensiveCombines (Results 1 – 4 of 4) sorted by relevance
27 const bool ExpensiveCombines; variable45 const bool ExpensiveCombines; variable
317 const bool ExpensiveCombines; variable339 bool MinimizeSize, bool ExpensiveCombines, AliasAnalysis *AA, in InstCombiner()
3568 ProfileSummaryInfo *PSI, bool ExpensiveCombines, unsigned MaxIterations, in combineInstructionsOverFunction()3627 InstCombinePass::InstCombinePass(bool ExpensiveCombines) in InstCombinePass()3630 InstCombinePass::InstCombinePass(bool ExpensiveCombines, unsigned MaxIterations) in InstCombinePass()3708 InstructionCombiningPass::InstructionCombiningPass(bool ExpensiveCombines) in InstructionCombiningPass()3714 InstructionCombiningPass::InstructionCombiningPass(bool ExpensiveCombines, in InstructionCombiningPass()3743 FunctionPass *llvm::createInstructionCombiningPass(bool ExpensiveCombines) { in createInstructionCombiningPass()3747 FunctionPass *llvm::createInstructionCombiningPass(bool ExpensiveCombines, in createInstructionCombiningPass()
274 bool ExpensiveCombines = OptLevel > 2; in addInstructionCombiningPass() local