Searched defs:ExpensiveCombines (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/external/llvm/include/llvm/Transforms/InstCombine/ |
H A D | InstCombine.h | 29 bool ExpensiveCombines; variable 36 : ExpensiveCombines(ExpensiveCombines) {} in ExpensiveCombines() argument 55 const bool ExpensiveCombines; variable
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/InstCombine/ |
H A D | InstCombine.h | 27 const bool ExpensiveCombines; variable 45 const bool ExpensiveCombines; variable
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
H A D | InstructionCombining.cpp | 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()
|
H A D | InstCombineInternal.h | 317 const bool ExpensiveCombines; variable 339 bool MinimizeSize, bool ExpensiveCombines, AliasAnalysis *AA, in InstCombiner()
|
/aosp_15_r20/external/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineInternal.h | 181 const bool ExpensiveCombines; variable 200 bool MinimizeSize, bool ExpensiveCombines, AliasAnalysis *AA, in InstCombiner()
|
H A D | InstructionCombining.cpp | 3064 bool ExpensiveCombines = true, in combineInstructionsOverFunction() 3169 FunctionPass *llvm::createInstructionCombiningPass(bool ExpensiveCombines) { in createInstructionCombiningPass()
|
/aosp_15_r20/external/llvm/lib/Transforms/IPO/ |
H A D | PassManagerBuilder.cpp | 207 bool ExpensiveCombines = OptLevel > 2; in addInstructionCombiningPass() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
H A D | PassManagerBuilder.cpp | 274 bool ExpensiveCombines = OptLevel > 2; in addInstructionCombiningPass() local
|