Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DScheduleDAGInstrs.cpp1207 bool ScheduleDAGInstrs::addEdge(SUnit *SuccSU, const SDep &PredDep) { in addEdge()
1286 for (const SDep &PredDep : SU->Preds) { in visitPostorderNode() local
1315 void visitPostorderEdge(const SDep &PredDep, const SUnit *Succ) { in visitPostorderEdge()
1322 void visitCrossEdge(const SDep &PredDep, const SUnit *Succ) { in visitCrossEdge()
1365 bool joinPredSubtree(const SDep &PredDep, const SUnit *Succ, in joinPredSubtree()
1469 const SDep &PredDep = *DFS.getPred(); in compute() local
1486 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
709 for (const SDep &PredDep : TargetSU->Preds) in WillCreateCycle() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIMachineScheduler.cpp646 for (const auto &PredDep : SU.Preds) { in hasDataDependencyPred() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp675 const PredicateBase *PredDep; member