HomeSort by relevance Sort by last modified time
    Searched defs:RegDefIter (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGSDNodes.h 125 /// RegDefIter - In place iteration over the values defined by an
128 class RegDefIter {
135 RegDefIter(const SUnit *SU, const ScheduleDAGSDNodes *SD);
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
ScheduleDAGSDNodes.h 119 /// RegDefIter - In place iteration over the values defined by an
122 class RegDefIter {
129 RegDefIter(const SUnit *SU, const ScheduleDAGSDNodes *SD);
ScheduleDAGSDNodes.cpp 485 void ScheduleDAGSDNodes::RegDefIter::InitNodeNumDefs() {
510 // Construct a RegDefIter for this SUnit and find the first valid value.
511 ScheduleDAGSDNodes::RegDefIter::RegDefIter(const SUnit *SU,
519 void ScheduleDAGSDNodes::RegDefIter::Advance() {
538 for (RegDefIter I(SU, this); I.IsValid(); I.Advance()) {

Completed in 87 milliseconds