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

  /external/llvm/include/llvm/CodeGen/
ScheduleDAG.h 357 bool isBoundaryNode() const { return NodeNum == BoundaryID; };
  /external/llvm/lib/CodeGen/
ScheduleDAGInstrs.cpp     [all...]
MachineScheduler.cpp 625 assert(!SU->isBoundaryNode() && "Boundary node should not be in SUnits");
    [all...]

Completed in 104 milliseconds