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

  /external/llvm/lib/CodeGen/
MachineScheduler.cpp 655 // This may initialize a DFSResult to be used for queue priority.
727 // Order predecessors so DFSResult follows the critical path.
822 delete DFSResult;
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineScheduler.h 351 /// Information about DAG subtrees. If DFSResult is NULL, then SchedulerTrees
353 SchedDFSResult *DFSResult;
385 RegClassInfo(C->RegClassInfo), DFSResult(nullptr),
416 /// Compute a DFSResult after DAG building is complete, and before any
421 const SchedDFSResult *getDFSResult() const { return DFSResult; }

Completed in 39 milliseconds