Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/utils/TableGen/
DCodeGenSchedule.cpp1655 Record *ProcResUnits = findProcResUnits(ProcResKind, PM); in addProcResource() local
1659 PM.ProcResourceDefs.end(), ProcResUnits); in addProcResource()
1663 PM.ProcResourceDefs.push_back(ProcResUnits); in addProcResource()
1664 if (ProcResUnits->isSubClassOf("ProcResGroup")) in addProcResource()
1667 if (!ProcResUnits->getValueInit("Super")->isComplete()) in addProcResource()
1670 ProcResKind = ProcResUnits->getValueAsDef("Super"); in addProcResource()