HomeSort by: relevance | last modified time | path
    Searched refs:FoundRC (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/utils/TableGen/
CodeGenRegisters.cpp 2341 const CodeGenRegisterClass *FoundRC = nullptr;
2348 if (!FoundRC) {
2349 FoundRC = &RC;
2354 if (RC.getValueTypes() != FoundRC->getValueTypes())
2360 if (RC.hasSubClass(FoundRC)) {
2361 FoundRC = &RC;
2368 if (FoundRC->hasSubClass(&RC))
2375 return FoundRC;
DAGISelMatcherGen.cpp 25 bool FoundRC = false;
33 if (!FoundRC) {
34 FoundRC = true;

Completed in 21 milliseconds