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

  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCMachineFunctionInfo.h 81 /// DisableNonVolatileCR - Indicates whether non-volatile CR fields would be
83 bool DisableNonVolatileCR = false;
206 void setDisableNonVolatileCR() { DisableNonVolatileCR = true; }
207 bool isNonVolatileCRDisabled() const { return DisableNonVolatileCR; }
PPCMachineFunctionInfo.cpp 24 : DisableNonVolatileCR(PPCDisableNonVolatileCR) {}

Completed in 20 milliseconds