Home
last modified time | relevance | path

Searched refs:MinimizeSize (Results 1 – 6 of 6) sorted by relevance

/external/llvm/lib/Transforms/InstCombine/
DInstCombineInternal.h179 const bool MinimizeSize;
200 bool MinimizeSize, bool ExpensiveCombines, AliasAnalysis *AA, in InstCombiner() argument
203 : Worklist(Worklist), Builder(Builder), MinimizeSize(MinimizeSize), in InstCombiner()
DInstructionCombining.cpp2086 if (MinimizeSize) in visitFree()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineInternal.h288 const bool MinimizeSize;
311 bool MinimizeSize, bool ExpensiveCombines, AliasAnalysis *AA, in InstCombiner() argument
315 : Worklist(Worklist), Builder(Builder), MinimizeSize(MinimizeSize), in InstCombiner()
DInstructionCombining.cpp2288 if (MinimizeSize) in visitFree()
/external/llvm/lib/Target/ARM/
DThumb2SizeReduction.cpp194 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/
DThumb2SizeReduction.cpp215 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()