Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjCopy/MachO/
H A DMachOObjcopy.cpp56 SectionPred RemovePred = [](const std::unique_ptr<Section> &) { in removeSections() local
102 auto RemovePred = [&Config, &MachOConfig, in updateAndRemoveSymbols() local
154 LoadCommandPred RemovePred = [&RPathsToRemove, in processLoadCommands() local
263 auto RemovePred = [&MachOConfig](const LoadCommand &LC) { in processLoadCommands() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjCopy/wasm/
H A DWasmObjcopy.cpp61 SectionPred RemovePred = [](const Section &) { return false; }; in removeSections() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
H A DScheduleDAG.cpp566 void ScheduleDAGTopologicalSort::RemovePred(SUnit *M, SUnit *N) { in RemovePred() function in ScheduleDAGTopologicalSort
/aosp_15_r20/external/llvm/lib/CodeGen/
H A DScheduleDAG.cpp537 void ScheduleDAGTopologicalSort::RemovePred(SUnit *M, SUnit *N) { in RemovePred() function in ScheduleDAGTopologicalSort
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DScheduleDAG.cpp566 void ScheduleDAGTopologicalSort::RemovePred(SUnit *M, SUnit *N) { in RemovePred() function in ScheduleDAGTopologicalSort
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGFast.cpp94 void RemovePred(SUnit *SU, const SDep &D) { in RemovePred() function in __anon4ca821360111::ScheduleDAGFast
H A DScheduleDAGRRList.cpp241 void RemovePred(SUnit *SU, const SDep &D) { in RemovePred() function in __anonc9a4a5280111::ScheduleDAGRRList
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGFast.cpp90 void RemovePred(SUnit *SU, const SDep &D) { in RemovePred() function in __anon2200983c0111::ScheduleDAGFast
H A DScheduleDAGRRList.cpp241 void RemovePred(SUnit *SU, const SDep &D) { in RemovePred() function in __anon56f6f5ae0111::ScheduleDAGRRList
/aosp_15_r20/external/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGFast.cpp94 void RemovePred(SUnit *SU, const SDep &D) { in RemovePred() function in __anonc2c3a1940111::ScheduleDAGFast
H A DScheduleDAGRRList.cpp207 void RemovePred(SUnit *SU, const SDep &D) { in RemovePred() function in __anon34a1b5060111::ScheduleDAGRRList
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjCopy/ELF/
H A DELFObjcopy.cpp370 SectionPred RemovePred = [](const SectionBase &) { return false; }; in replaceAndRemoveSections() local