Searched refs:SkipUnsupportedInstructions (Results 1 – 1 of 1) sorted by relevance
145 static cl::opt<enum SkipType> SkipUnsupportedInstructions( variable165 if (SkipUnsupportedInstructions == SkipType::NONE) in shouldSkip()167 if (SkipUnsupportedInstructions == SkipType::ANY_FAILURE) in shouldSkip()169 return skipType == SkipUnsupportedInstructions; in shouldSkip()