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 375 bool isBoundaryNode() const { return NodeNum == BoundaryID; };
  /external/llvm/lib/CodeGen/
ScheduleDAGInstrs.cpp     [all...]
MachineScheduler.cpp 601 assert(!SU->isBoundaryNode() && "Boundary node should not be in SUnits");
    [all...]

Completed in 236 milliseconds