Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:DFS

3061     // Restore the heap in ReadyQ with the updated DFS results.
3252 const SchedDFSResult *DFS = DAG->hasVRegLiveness() ?
3255 if (DFS)
3256 SS << " I:" << DFS->getNumInstrs(SU);
3266 const SchedDFSResult *DFS = DAG->hasVRegLiveness() ?
3268 if (DFS) {
3270 Str += DOT::getColorString(DFS->getSubtreeID(N));