Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/InstCombine/
DInstCombine.h27 const bool ExpensiveCombines; variable
45 const bool ExpensiveCombines; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineInternal.h317 const bool ExpensiveCombines; variable
339 bool MinimizeSize, bool ExpensiveCombines, AliasAnalysis *AA, in InstCombiner()
DInstructionCombining.cpp3568 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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DPassManagerBuilder.cpp274 bool ExpensiveCombines = OptLevel > 2; in addInstructionCombiningPass() local