Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DCodeGenSchedule.cpp2142 Record *ProcResUnits = findProcResUnits(ProcResKind, PM, Loc); in addProcResource() local
2145 if (is_contained(PM.ProcResourceDefs, ProcResUnits)) in addProcResource()
2148 PM.ProcResourceDefs.push_back(ProcResUnits); in addProcResource()
2149 if (ProcResUnits->isSubClassOf("ProcResGroup")) in addProcResource()
2152 if (!ProcResUnits->getValueInit("Super")->isComplete()) in addProcResource()
2155 ProcResKind = ProcResUnits->getValueAsDef("Super"); in addProcResource()