Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Transforms/InstCombine/
DInstCombine.h29 bool ExpensiveCombines; variable
36 : ExpensiveCombines(ExpensiveCombines) {} in ExpensiveCombines() function
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/llvm/lib/Transforms/IPO/
DPassManagerBuilder.cpp207 bool ExpensiveCombines = OptLevel > 2; in addInstructionCombiningPass() local