HomeSort by relevance Sort by last modified time
    Searched refs:avoidCPSRPartialUpdate (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/ARM/
ARMSubtarget.h 149 /// AvoidCPSRPartialUpdate - If true, codegen would avoid using instructions
152 bool AvoidCPSRPartialUpdate;
340 bool avoidCPSRPartialUpdate() const { return AvoidCPSRPartialUpdate; }
Thumb2SizeReduction.cpp 250 if (MinimizeSize || !STI->avoidCPSRPartialUpdate())
    [all...]

Completed in 567 milliseconds