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

  /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()) {
ScheduleDAGRRList.cpp 283 static void GetCostForDef(const ScheduleDAGSDNodes::RegDefIter &RegDefPos,
    [all...]
  /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);
ScheduleDAGSDNodes.cpp 524 void ScheduleDAGSDNodes::RegDefIter::InitNodeNumDefs() {
557 // Construct a RegDefIter for this SUnit and find the first valid value.
558 ScheduleDAGSDNodes::RegDefIter::RegDefIter(const SUnit *SU,
566 void ScheduleDAGSDNodes::RegDefIter::Advance() {
585 for (RegDefIter I(SU, this); I.IsValid(); I.Advance()) {
    [all...]
ScheduleDAGRRList.cpp 275 static void GetCostForDef(const ScheduleDAGSDNodes::RegDefIter &RegDefPos,
    [all...]

Completed in 290 milliseconds