HomeSort by relevance Sort by last modified time
    Searched refs:RemovePred (Results 1 - 17 of 17) sorted by null

  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
ScheduleDAGFast.cpp 86 /// RemovePred - removes a predecessor edge from SUnit SU.
88 void RemovePred(SUnit *SU, const SDep &D) {
89 SU->removePred(D);
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)
    [all...]
ScheduleDAGRRList.cpp 208 /// RemovePred - removes a predecessor edge from SUnit SU.
211 void RemovePred(SUnit *SU, const SDep &D) {
212 Topo.RemovePred(SU, D.getSUnit());
213 SU->removePred(D);
879 RemovePred(SU, Pred);
885 RemovePred(SU, Pred);
891 RemovePred(SU, Pred);
898 RemovePred(SuccDep, D);
910 RemovePred(SuccDep, D);
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGFast.cpp 92 /// RemovePred - removes a predecessor edge from SUnit SU.
94 void RemovePred(SUnit *SU, const SDep &D) {
95 SU->removePred(D);
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)
    [all...]
ScheduleDAGRRList.cpp 204 /// RemovePred - removes a predecessor edge from SUnit SU.
207 void RemovePred(SUnit *SU, const SDep &D) {
208 Topo.RemovePred(SU, D.getSUnit());
209 SU->removePred(D);
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
ScheduleDAG.h 355 /// removePred - This removes the specified edge as a pred of the current
358 void removePred(const SDep &D);
705 /// RemovePred - Updates the topological ordering to accommodate an
708 void RemovePred(SUnit *M, SUnit *N);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
ScheduleDAG.h 396 void removePred(const SDep &D);
739 void RemovePred(SUnit *M, SUnit *N);
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
ScheduleDAG.h 396 void removePred(const SDep &D);
739 void RemovePred(SUnit *M, SUnit *N);
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
ScheduleDAG.h 396 void removePred(const SDep &D);
739 void RemovePred(SUnit *M, SUnit *N);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
ScheduleDAG.h 396 void removePred(const SDep &D);
739 void RemovePred(SUnit *M, SUnit *N);
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
ScheduleDAG.h 396 void removePred(const SDep &D);
739 void RemovePred(SUnit *M, SUnit *N);
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
ScheduleDAG.h 396 void removePred(const SDep &D);
739 void RemovePred(SUnit *M, SUnit *N);
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
ScheduleDAG.h 396 void removePred(const SDep &D);
739 void RemovePred(SUnit *M, SUnit *N);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
ScheduleDAG.h 396 void removePred(const SDep &D);
739 void RemovePred(SUnit *M, SUnit *N);
  /external/llvm/include/llvm/CodeGen/
ScheduleDAG.h 410 /// removePred - This removes the specified edge as a pred of the current
413 void removePred(const SDep &D);
750 /// RemovePred - Updates the topological ordering to accommodate an
753 void RemovePred(SUnit *M, SUnit *N);
  /external/llvm/lib/CodeGen/
ScheduleDAG.cpp 74 // Extend the latency if needed. Equivalent to removePred(I) + addPred(D).
130 /// removePred - This removes the specified edge as a pred of the current
133 void SUnit::removePred(const SDep &D) {
534 /// RemovePred - Updates the topological ordering to accommodate an
537 void ScheduleDAGTopologicalSort::RemovePred(SUnit *M, SUnit *N) {
MachinePipeliner.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
ScheduleDAG.cpp 122 /// removePred - This removes the specified edge as a pred of the current
125 void SUnit::removePred(const SDep &D) {
506 /// RemovePred - Updates the topological ordering to accommodate an
509 void ScheduleDAGTopologicalSort::RemovePred(SUnit *M, SUnit *N) {

Completed in 409 milliseconds