Home
last modified time | relevance | path

Searched refs:DisableNonVolatileCR (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCMachineFunctionInfo.h85 bool DisableNonVolatileCR = false; variable
217 void setDisableNonVolatileCR() { DisableNonVolatileCR = true; } in setDisableNonVolatileCR()
218 bool isNonVolatileCRDisabled() const { return DisableNonVolatileCR; } in isNonVolatileCRDisabled()
H A DPPCMachineFunctionInfo.cpp25 : DisableNonVolatileCR(PPCDisableNonVolatileCR) {} in PPCFunctionInfo()