Home
last modified time | relevance | path

Searched refs:SchedClassIter (Results 1 – 3 of 3) 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()
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DCodeGenSchedule.h411 using SchedClassIter = std::vector<CodeGenSchedClass>::const_iterator; variable
412 SchedClassIter schedClassBegin() const { return SchedClasses.begin(); } in schedClassBegin()
413 SchedClassIter schedClassEnd() const { return SchedClasses.end(); } in schedClassEnd()