Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/tools/llvm-mca/
H A Dllvm-mca.cpp145 static cl::opt<enum SkipType> SkipUnsupportedInstructions( variable
165 if (SkipUnsupportedInstructions == SkipType::NONE) in shouldSkip()
167 if (SkipUnsupportedInstructions == SkipType::ANY_FAILURE) in shouldSkip()
169 return skipType == SkipUnsupportedInstructions; in shouldSkip()