Searched refs:FoundRC (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenRegisters.cpp2350 const CodeGenRegisterClass *FoundRC = nullptr; local
2357 if (!FoundRC) {
2358 FoundRC = &RC;
2363 if (RC.getValueTypes() != FoundRC->getValueTypes())
2369 if (RC.hasSubClass(FoundRC)) {
2370 FoundRC = &RC;
2377 if (FoundRC->hasSubClass(&RC))
2384 return FoundRC;
H A DDAGISelMatcherGen.cpp25 bool FoundRC = false; local
33 if (!FoundRC) {
34 FoundRC = true;

Completed in 1382 milliseconds