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

/freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenRegisters.cpp2334 const CodeGenRegisterClass *FoundRC = nullptr; local
2341 if (!FoundRC) {
2342 FoundRC = &RC;
2347 if (RC.getValueTypes() != FoundRC->getValueTypes())
2353 if (RC.hasSubClass(FoundRC)) {
2354 FoundRC = &RC;
2361 if (FoundRC->hasSubClass(&RC))
2368 return FoundRC;
H A DDAGISelMatcherGen.cpp25 bool FoundRC = false; local
33 if (!FoundRC) {
34 FoundRC = true;

Completed in 115 milliseconds