Home
last modified time | relevance | path

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

/external/llvm/utils/TableGen/
DCodeGenSchedule.h363 typedef std::vector<CodeGenSchedClass>::const_iterator SchedClassIter; typedef
364 SchedClassIter schedClassBegin() const { return SchedClasses.begin(); } in schedClassBegin()
365 SchedClassIter schedClassEnd() const { return SchedClasses.end(); } in schedClassEnd()
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()