Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp1885 for (auto &IE : DAG->DDG->getInEdges(&SUnits[i])) { in createAdjacencyStructure()
2077 for (const auto &IE : DDG->getInEdges(SU)) { in computeNodeFunctions()
2141 for (const auto &IE : DDG->getInEdges(SU)) { in pred_L()
2191 for (const auto &IE : DDG->getInEdges(SU)) { in succ_L()
2224 for (const auto &IE : DDG->getInEdges(Cur)) in computePath()
2434 for (auto &IE : DDG->getInEdges(SU)) { in addConnectedNodes()
2572 for (const auto &IE : DDG->getInEdges(maxHeight)) { in computeNodeOrder()
2614 for (const auto &IE : DDG->getInEdges(maxDepth)) { in computeNodeOrder()
3207 for (const auto &IE : DDG->getInEdges(PrevSU)) in earliestCycleInChain()
3262 for (const auto &IE : DDG->getInEdges(SU)) { in computeStart()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachinePipeliner.h265 const EdgesType &getInEdges(const SUnit *SU) const;
533 for (auto &PI : DDG->getInEdges(LastNode)) { in NodeSet()