reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/CodeGen/RegisterCoalescer.cpp
  698     if (BI != IntB.begin())
  699       --BI;
  700     for (; BI != IntB.end() && ASeg.end >= BI->start; ++BI) {
  700     for (; BI != IntB.end() && ASeg.end >= BI->start; ++BI) {
  700     for (; BI != IntB.end() && ASeg.end >= BI->start; ++BI) {
  701       if (BI->valno == BValNo)
  703       if (BI->start <= ASeg.start && BI->end > ASeg.start)
  703       if (BI->start <= ASeg.start && BI->end > ASeg.start)
  705       if (BI->start > ASeg.start && BI->start < ASeg.end)
  705       if (BI->start > ASeg.start && BI->start < ASeg.end)