Lines Matching refs:getInEdges
1885 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()
3388 for (auto &IE : DDG->getInEdges(SU)) { in orderDependence()
3487 for (const auto &IE : DDG->getInEdges(SU)) in onlyHasLoopCarriedOutputOrOrderPreds()
3510 for (const auto &IE : DDG->getInEdges(SU)) in computeUnpipelineableNodes()
3539 for (const auto &IE : SSD->getDDG()->getInEdges(&SU)) in normalizeNonPipelinedInstructions()
3665 for (const auto &IE : DDG->getInEdges(SU)) { in checkValidNodeOrder()
4235 SwingSchedulerDDG::getInEdges(const SUnit *SU) const { in getInEdges() function in SwingSchedulerDDG