Searched refs:DisableNonVolatileCR (Results 1 – 3 of 3) sorted by relevance
8 define dso_local signext i32 @DisableNonVolatileCR(i32 signext %a, i32 signext %b) {9 ; CHECK-DISABLE-LABEL: DisableNonVolatileCR:18 ; CHECK-ENABLE-LABEL: DisableNonVolatileCR:
85 bool DisableNonVolatileCR = false; variable212 void setDisableNonVolatileCR() { DisableNonVolatileCR = true; } in setDisableNonVolatileCR()213 bool isNonVolatileCRDisabled() const { return DisableNonVolatileCR; } in isNonVolatileCRDisabled()
24 : DisableNonVolatileCR(PPCDisableNonVolatileCR) {} in PPCFunctionInfo()