Home
last modified time | relevance | path

Searched defs:PredDep (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DScheduleDAGInstrs.cpp1200 bool ScheduleDAGInstrs::addEdge(SUnit *SuccSU, const SDep &PredDep) { in addEdge()
1279 for (const SDep &PredDep : SU->Preds) { in visitPostorderNode() local
1308 void visitPostorderEdge(const SDep &PredDep, const SUnit *Succ) { in visitPostorderEdge()
1315 void visitCrossEdge(const SDep &PredDep, const SUnit *Succ) { in visitCrossEdge()
1358 bool joinPredSubtree(const SDep &PredDep, const SUnit *Succ, in joinPredSubtree()
1462 const SDep &PredDep = *DFS.getPred(); in compute() local
1479 const SDep *PredDep = DFS.backtrack(); in compute() local
DScheduleDAG.cpp272 for (const SDep &PredDep : Cur->Preds) { in ComputeDepth() local
500 for (const SDep &PredDep : SU->Preds) { in InitDAGTopologicalSorting() local
709 for (const SDep &PredDep : TargetSU->Preds) in WillCreateCycle() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIMachineScheduler.cpp663 for (const auto &PredDep : SU.Preds) { in hasDataDependencyPred() local