Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/InstCombine/
DInstCombine.h28 bool ExpensiveCombines; variable
34 : ExpensiveCombines(ExpensiveCombines) {} in ExpensiveCombines() function
45 const bool ExpensiveCombines; variable
/external/llvm/include/llvm/Transforms/InstCombine/
DInstCombine.h29 bool ExpensiveCombines; variable
36 : ExpensiveCombines(ExpensiveCombines) {} in ExpensiveCombines() argument
55 const bool ExpensiveCombines; variable
/external/llvm/lib/Transforms/InstCombine/
DInstCombineInternal.h181 const bool ExpensiveCombines; variable
200 bool MinimizeSize, bool ExpensiveCombines, AliasAnalysis *AA, in InstCombiner()
DInstructionCombining.cpp3064 bool ExpensiveCombines = true, in combineInstructionsOverFunction()
3169 FunctionPass *llvm::createInstructionCombiningPass(bool ExpensiveCombines) { in createInstructionCombiningPass()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineInternal.h291 const bool ExpensiveCombines; variable
311 bool MinimizeSize, bool ExpensiveCombines, AliasAnalysis *AA, in InstCombiner()
DInstructionCombining.cpp3250 OptimizationRemarkEmitter &ORE, bool ExpensiveCombines = true, in combineInstructionsOverFunction()
3369 FunctionPass *llvm::createInstructionCombiningPass(bool ExpensiveCombines) { in createInstructionCombiningPass()
/external/llvm/lib/Transforms/IPO/
DPassManagerBuilder.cpp207 bool ExpensiveCombines = OptLevel > 2; in addInstructionCombiningPass() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DPassManagerBuilder.cpp243 bool ExpensiveCombines = OptLevel > 2; in addInstructionCombiningPass() local