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

/external/llvm/utils/TableGen/
H A DCodeGenRegisters.cpp1757 const CodeGenRegisterClass *FoundRC = 0; local
1765 if (!FoundRC) {
1766 FoundRC = &RC;
1771 if (RC.getValueTypes() != FoundRC->getValueTypes())
1777 if (RC.hasSubClass(FoundRC)) {
1778 FoundRC = &RC;
1785 if (FoundRC->hasSubClass(&RC))
1792 return FoundRC;
H A DDAGISelMatcherGen.cpp26 bool FoundRC = false; local
36 if (!FoundRC) {
37 FoundRC = true;

Completed in 161 milliseconds