Searched refs:getOutEdges (Results 1 – 2 of 2) sorted by relevance
1851 for (auto &OE : DAG->DDG->getOutEdges(&SUnits[i])) { in createAdjacencyStructure()2097 for (const auto &OE : DDG->getOutEdges(SU)) { in computeNodeFunctions()2155 for (const auto &OE : DDG->getOutEdges(SU)) { in pred_L()2177 for (const auto &OE : DDG->getOutEdges(SU)) { in succ_L()2220 for (const auto &OE : DDG->getOutEdges(Cur)) in computePath()2428 for (auto &OE : DDG->getOutEdges(SU)) { in addConnectedNodes()2557 for (const auto &OE : DDG->getOutEdges(maxHeight)) { in computeNodeOrder()2627 for (const auto &OE : DDG->getOutEdges(maxDepth)) { in computeNodeOrder()3231 for (const auto &OE : DDG->getOutEdges(SuccSU)) in latestCycleInChain()3275 for (const auto &OE : DDG->getOutEdges(SU)) { in computeStart()[all …]
267 const EdgesType &getOutEdges(const SUnit *SU) const;519 for (const SwingSchedulerDDGEdge &Succ : DDG->getOutEdges(U)) { in NodeSet()