HomeSort by: relevance | last modified time | path
    Searched refs:avoidCPSRPartialUpdate (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMSubtarget.h 306 /// AvoidCPSRPartialUpdate - If true, codegen would avoid using instructions
309 bool AvoidCPSRPartialUpdate = false;
710 bool avoidCPSRPartialUpdate() const { return AvoidCPSRPartialUpdate; }
Thumb2SizeReduction.cpp 291 if (MinimizeSize || !STI->avoidCPSRPartialUpdate())

Completed in 52 milliseconds