Searched refs:MinimizeSize (Results 1 – 6 of 6) sorted by relevance
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineInternal.h | 179 const bool MinimizeSize; 200 bool MinimizeSize, bool ExpensiveCombines, AliasAnalysis *AA, in InstCombiner() argument 203 : Worklist(Worklist), Builder(Builder), MinimizeSize(MinimizeSize), in InstCombiner()
|
D | InstructionCombining.cpp | 2086 if (MinimizeSize) in visitFree()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineInternal.h | 288 const bool MinimizeSize; 311 bool MinimizeSize, bool ExpensiveCombines, AliasAnalysis *AA, in InstCombiner() argument 315 : Worklist(Worklist), Builder(Builder), MinimizeSize(MinimizeSize), in InstCombiner()
|
D | InstructionCombining.cpp | 2288 if (MinimizeSize) in visitFree()
|
/external/llvm/lib/Target/ARM/ |
D | Thumb2SizeReduction.cpp | 194 bool MinimizeSize; member in __anona177ff1a0111::Thumb2SizeReduce 220 OptimizeSize = MinimizeSize = false; in Thumb2SizeReduce() 265 if (MinimizeSize || !STI->avoidCPSRPartialUpdate()) in canAddPseudoFlagDep() 1082 MinimizeSize = MF.getFunction()->optForMinSize(); in runOnMachineFunction()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/ |
D | Thumb2SizeReduction.cpp | 215 bool MinimizeSize; member in __anon130e64720111::Thumb2SizeReduce 246 OptimizeSize = MinimizeSize = false; in INITIALIZE_PASS() 291 if (MinimizeSize || !STI->avoidCPSRPartialUpdate()) in canAddPseudoFlagDep() 1106 MinimizeSize = MF.getFunction().optForMinSize(); in runOnMachineFunction()
|