Home | History | Annotate | Download | only in compiler

Lines Matching refs:IsSafetyCheck

3130 bool InstructionSelector::NeedsPoisoning(IsSafetyCheck safety_check) const {
3135 return safety_check != IsSafetyCheck::kNoSafetyCheck;
3137 return safety_check == IsSafetyCheck::kCriticalSafetyCheck;