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 121 /// AvoidCPSRPartialUpdate - If true, codegen would avoid using instructions
124 bool AvoidCPSRPartialUpdate;
211 bool avoidCPSRPartialUpdate() const { return AvoidCPSRPartialUpdate; }
Thumb2SizeReduction.cpp 214 if (!Def || !STI->avoidCPSRPartialUpdate())

Completed in 1391 milliseconds