Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DScheduleDAGInstrs.cpp1208 bool ScheduleDAGInstrs::addEdge(SUnit *SuccSU, const SDep &PredDep) { in addEdge()
1287 for (const SDep &PredDep : SU->Preds) { in visitPostorderNode() local
1316 void visitPostorderEdge(const SDep &PredDep, const SUnit *Succ) { in visitPostorderEdge()
1323 void visitCrossEdge(const SDep &PredDep, const SUnit *Succ) { in visitCrossEdge()
1366 bool joinPredSubtree(const SDep &PredDep, const SUnit *Succ, in joinPredSubtree()
1470 const SDep &PredDep = *DFS.getPred(); in compute() local
1487 const SDep *PredDep = DFS.backtrack(); in compute() local
H A DScheduleDAG.cpp272 for (const SDep &PredDep : Cur->Preds) { in ComputeDepth() local
500 for (const SDep &PredDep : SU->Preds) { in InitDAGTopologicalSorting() local
708 for (const SDep &PredDep : TargetSU->Preds) in WillCreateCycle() local
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIMachineScheduler.cpp646 for (const auto &PredDep : SU.Preds) { in hasDataDependencyPred() local
/openbsd/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp675 const PredicateBase *PredDep; member