Searched refs:isBoundaryNode (Results 1 - 3 of 3) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DScheduleDAG.h371 bool isBoundaryNode() const { return NodeNum == BoundaryID; }; function
/external/llvm/lib/CodeGen/
H A DScheduleDAGInstrs.cpp1444 if (SI->getKind() == SDep::Data && !SI->getSUnit()->isBoundaryNode())
1473 || PredDep.getSUnit()->isBoundaryNode()) {
H A DMachineScheduler.cpp725 assert(!SU->isBoundaryNode() && "Boundary node should not be in SUnits");

Completed in 173 milliseconds