Home
last modified time | relevance | path

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

/external/llvm/utils/TableGen/
DCodeGenSchedule.h365 SchedClassIter schedClassEnd() const { return SchedClasses.end(); } in schedClassEnd() function
DCodeGenSchedule.cpp591 for (SchedClassIter I = schedClassBegin(), E = schedClassEnd(); I != E; ++I) { in findSchedClassIdx()
794 for (SchedClassIter SCI = schedClassBegin(), SCE = schedClassEnd(); in collectProcItins()
1451 for (SchedClassIter SCI = schedClassBegin(), SCE = schedClassEnd(); in collectProcResources()
DSubtargetEmitter.cpp1186 << " " << (SchedModels.schedClassEnd() in EmitProcessorModels()