Searched refs:RemovePred (Results 1 - 9 of 9) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
H A DScheduleDAGFast.cpp86 /// RemovePred - removes a predecessor edge from SUnit SU.
88 void RemovePred(SUnit *SU, const SDep &D) { function in class:__anon22667::ScheduleDAGFast
299 RemovePred(SU, ChainPred);
305 RemovePred(SU, Pred);
312 RemovePred(SU, Pred);
319 RemovePred(SuccDep, D);
327 RemovePred(SuccDep, D);
372 RemovePred(DelDeps[i].first, DelDeps[i].second);
408 RemovePred(DelDeps[i].first, DelDeps[i].second);
H A DScheduleDAGRRList.cpp208 /// RemovePred - removes a predecessor edge from SUnit SU.
211 void RemovePred(SUnit *SU, const SDep &D) { function in class:__anon22671::ScheduleDAGRRList
212 Topo.RemovePred(SU, D.getSUnit());
879 RemovePred(SU, Pred);
885 RemovePred(SU, Pred);
891 RemovePred(SU, Pred);
898 RemovePred(SuccDep, D);
910 RemovePred(SuccDep, D);
960 RemovePred(DelDeps[i].first, DelDeps[i].second);
1008 RemovePred(DelDep
[all...]
/external/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGFast.cpp92 /// RemovePred - removes a predecessor edge from SUnit SU.
94 void RemovePred(SUnit *SU, const SDep &D) { function in class:__anon13985::ScheduleDAGFast
304 RemovePred(SU, ChainPred);
310 RemovePred(SU, Pred);
317 RemovePred(SU, Pred);
324 RemovePred(SuccDep, D);
332 RemovePred(SuccDep, D);
379 RemovePred(DelDeps[i].first, DelDeps[i].second);
415 RemovePred(DelDeps[i].first, DelDeps[i].second);
H A DScheduleDAGRRList.cpp204 /// RemovePred - removes a predecessor edge from SUnit SU.
207 void RemovePred(SUnit *SU, const SDep &D) { function in class:__anon13988::ScheduleDAGRRList
208 Topo.RemovePred(SU, D.getSUnit());
1047 RemovePred(SU, Pred);
1052 RemovePred(SU, Pred);
1057 RemovePred(SU, Pred);
1063 RemovePred(SuccDep, D);
1074 RemovePred(SuccDep, D);
1124 RemovePred(DelDep.first, DelDep.second);
1168 RemovePred(DelDe
[all...]
/external/llvm/include/llvm/CodeGen/
H A DScheduleDAG.h750 /// RemovePred - Updates the topological ordering to accommodate an
753 void RemovePred(SUnit *M, SUnit *N);
/external/llvm/lib/CodeGen/
H A DScheduleDAG.cpp534 /// RemovePred - Updates the topological ordering to accommodate an
537 void ScheduleDAGTopologicalSort::RemovePred(SUnit *M, SUnit *N) {
H A DMachinePipeliner.cpp1195 Topo.RemovePred(&I, Deps[i].getSUnit());
1204 Topo.RemovePred(LastSU, Deps[i].getSUnit());
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
H A DScheduleDAG.h705 /// RemovePred - Updates the topological ordering to accommodate an
708 void RemovePred(SUnit *M, SUnit *N);
/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DScheduleDAG.cpp506 /// RemovePred - Updates the topological ordering to accommodate an
509 void ScheduleDAGTopologicalSort::RemovePred(SUnit *M, SUnit *N) {

Completed in 465 milliseconds