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

  /external/llvm/lib/CodeGen/
MachineScheduler.cpp 692 // This may initialize a DFSResult to be used for queue priority.
767 // Order predecessors so DFSResult follows the critical path.
862 delete DFSResult;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
MachineScheduler.cpp 774 // This may initialize a DFSResult to be used for queue priority.
842 // Order predecessors so DFSResult follows the critical path.
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineScheduler.h 358 /// Information about DAG subtrees. If DFSResult is NULL, then SchedulerTrees
360 SchedDFSResult *DFSResult;
397 RegClassInfo(C->RegClassInfo), DFSResult(nullptr),
429 /// Compute a DFSResult after DAG building is complete, and before any
434 const SchedDFSResult *getDFSResult() const { return DFSResult; }
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
MachineScheduler.h 398 /// Information about DAG subtrees. If DFSResult is NULL, then SchedulerTrees
400 SchedDFSResult *DFSResult = nullptr;
470 /// Compute a DFSResult after DAG building is complete, and before any
475 const SchedDFSResult *getDFSResult() const { return DFSResult; }
    [all...]

Completed in 728 milliseconds