HomeSort by: relevance | last modified time | path
    Searched refs:DFSResult (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MachineScheduler.cpp 783 // This may initialize a DFSResult to be used for queue priority.
851 // Order predecessors so DFSResult follows the critical path.
945 delete DFSResult;
1227 // This may initialize a DFSResult to be used for queue priority.
1249 if (DFSResult) {
1250 unsigned SubtreeID = DFSResult->getSubtreeID(SU);
1253 DFSResult->scheduleTree(SubtreeID);
1300 if (!DFSResult)
1301 DFSResult = new SchedDFSResult(/*BottomU*/true, MinSubtreeSize);
1302 DFSResult->clear()
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MachineScheduler.h 190 // Compute DFSResult for use in scheduling heuristics.
389 /// Information about DAG subtrees. If DFSResult is NULL, then SchedulerTrees
391 SchedDFSResult *DFSResult = nullptr;
464 /// Compute a DFSResult after DAG building is complete, and before any
469 const SchedDFSResult *getDFSResult() const { return DFSResult; }

Completed in 28 milliseconds