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

  /external/llvm/include/llvm/CodeGen/
MachineScheduler.h 243 const SUnit *NextClusterSucc;
256 CurrentBottom(), NextClusterPred(nullptr), NextClusterSucc(nullptr) {
309 const SUnit *getNextClusterSucc() const { return NextClusterSucc; }
  /external/llvm/lib/CodeGen/
MachineScheduler.cpp 526 NextClusterSucc = SuccSU;
743 NextClusterSucc = nullptr;
    [all...]

Completed in 39 milliseconds