Home
last modified time | relevance | path

Searched refs:getOutEdges (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp1851 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 …]
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachinePipeliner.h267 const EdgesType &getOutEdges(const SUnit *SU) const;
519 for (const SwingSchedulerDDGEdge &Succ : DDG->getOutEdges(U)) { in NodeSet()