Home
last modified time | relevance | path

Searched defs:RemovePred (Results 1 – 10 of 10) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DScheduleDAG.cpp509 void ScheduleDAGTopologicalSort::RemovePred(SUnit *M, SUnit *N) { in RemovePred() function in ScheduleDAGTopologicalSort
/external/llvm/lib/CodeGen/
DScheduleDAG.cpp537 void ScheduleDAGTopologicalSort::RemovePred(SUnit *M, SUnit *N) { in RemovePred() function in ScheduleDAGTopologicalSort
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DScheduleDAG.cpp541 void ScheduleDAGTopologicalSort::RemovePred(SUnit *M, SUnit *N) { in RemovePred() function in ScheduleDAGTopologicalSort
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DScheduleDAGFast.cpp88 void RemovePred(SUnit *SU, const SDep &D) { in RemovePred() function in __anonb3f617930111::ScheduleDAGFast
DScheduleDAGRRList.cpp211 void RemovePred(SUnit *SU, const SDep &D) { in RemovePred() function in __anon3c49a6c50311::ScheduleDAGRRList
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGFast.cpp95 void RemovePred(SUnit *SU, const SDep &D) { in RemovePred() function in __anon92eb2abf0111::ScheduleDAGFast
DScheduleDAGRRList.cpp234 void RemovePred(SUnit *SU, const SDep &D) { in RemovePred() function in __anonacd034f10111::ScheduleDAGRRList
/external/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGFast.cpp94 void RemovePred(SUnit *SU, const SDep &D) { in RemovePred() function in __anon98d823670111::ScheduleDAGFast
DScheduleDAGRRList.cpp207 void RemovePred(SUnit *SU, const SDep &D) { in RemovePred() function in __anone1ddf7990111::ScheduleDAGRRList
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objcopy/
Dllvm-objcopy.cpp319 SectionPred RemovePred = [](const SectionBase &) { return false; }; in HandleArgs() local