Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/utils/TableGen/
H A DCodeGenRegisters.cpp885 static bool testSubClass(const CodeGenRegisterClass *A, in testSubClass() function
947 if (!testSubClass(&RC, &SubRC)) in computeSubClasses()
955 for (auto I2 = std::next(I); I2 != E && testSubClass(&RC, &*I2); ++I2) in computeSubClasses()