Home
last modified time | relevance | path

Searched refs:canAddEdge (Results 1 – 5 of 5) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DMachineScheduler.h286 bool canAddEdge(SUnit *SuccSU, SUnit *PredSU);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DMachineScheduler.h323 bool canAddEdge(SUnit *SuccSU, SUnit *PredSU);
/external/llvm/lib/Target/AMDGPU/
DSIMachineScheduler.cpp677 if (!DAG->canAddEdge(SU, &DAG->SUnits[j]) || in colorHighLatenciesGroups()
678 !DAG->canAddEdge(&DAG->SUnits[j], SU)) in colorHighLatenciesGroups()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachineScheduler.cpp603 bool ScheduleDAGMI::canAddEdge(SUnit *SuccSU, SUnit *PredSU) { in canAddEdge() function in ScheduleDAGMI
1756 if (!DAG->canAddEdge(GlobalSU, Succ.getSUnit())) in constrainLocalCopy()
1771 if (!DAG->canAddEdge(FirstLocalSU, Pred.getSUnit())) in constrainLocalCopy()
/external/llvm/lib/CodeGen/
DMachineScheduler.cpp533 bool ScheduleDAGMI::canAddEdge(SUnit *SuccSU, SUnit *PredSU) { in canAddEdge() function in ScheduleDAGMI
1685 if (!DAG->canAddEdge(GlobalSU, I->getSUnit())) in constrainLocalCopy()
1701 if (!DAG->canAddEdge(FirstLocalSU, I->getSUnit())) in constrainLocalCopy()