| /llvm-project-15.0.7/llvm/lib/ObjCopy/wasm/ |
| H A D | WasmObjcopy.cpp | 61 SectionPred RemovePred = [](const Section &) { return false; }; in removeSections() local 65 RemovePred = [&Config](const Section &Sec) { in removeSections() 71 RemovePred = [RemovePred](const Section &Sec) { in removeSections() 72 return RemovePred(Sec) || isDebugSection(Sec); in removeSections() 77 RemovePred = [RemovePred](const Section &Sec) { in removeSections() 78 return RemovePred(Sec) || isDebugSection(Sec) || isLinkerSection(Sec) || in removeSections() 84 RemovePred = [&Config](const Section &Sec) { in removeSections() 92 RemovePred = [&Config](const Section &Sec) { in removeSections() 100 RemovePred = [&Config, RemovePred](const Section &Sec) { in removeSections() 105 return RemovePred(Sec); in removeSections() [all …]
|
| /llvm-project-15.0.7/llvm/lib/ObjCopy/ELF/ |
| H A D | ELFObjcopy.cpp | 381 RemovePred = [RemovePred](const SectionBase &Sec) { in replaceAndRemoveSections() 386 RemovePred = [RemovePred, &Obj](const SectionBase &Sec) { in replaceAndRemoveSections() 391 RemovePred = [RemovePred, &Obj](const SectionBase &Sec) { in replaceAndRemoveSections() 409 RemovePred = [RemovePred](const SectionBase &Sec) { in replaceAndRemoveSections() 415 RemovePred = [RemovePred](const SectionBase &Sec) { in replaceAndRemoveSections() 421 RemovePred = [RemovePred, &Obj](const SectionBase &Sec) { in replaceAndRemoveSections() 430 RemovePred = [RemovePred, &Obj](const SectionBase &Sec) { in replaceAndRemoveSections() 449 RemovePred = [RemovePred](const SectionBase &Sec) { in replaceAndRemoveSections() 460 RemovePred = [&Config, RemovePred, &Obj](const SectionBase &Sec) { in replaceAndRemoveSections() 482 RemovePred = [&Config, RemovePred](const SectionBase &Sec) { in replaceAndRemoveSections() [all …]
|
| /llvm-project-15.0.7/llvm/lib/ObjCopy/MachO/ |
| H A D | MachOObjcopy.cpp | 56 SectionPred RemovePred = [](const std::unique_ptr<Section> &) { in removeSections() local 61 RemovePred = [&Config, RemovePred](const std::unique_ptr<Section> &Sec) { in removeSections() 68 RemovePred = [RemovePred](const std::unique_ptr<Section> &Sec) { in removeSections() 72 return RemovePred(Sec); in removeSections() 83 return Obj.removeSections(RemovePred); in removeSections() 102 auto RemovePred = [&Config, &MachOConfig, in updateAndRemoveSymbols() local 122 Obj.SymTable.removeSymbols(RemovePred); in updateAndRemoveSymbols() 154 LoadCommandPred RemovePred = [&RPathsToRemove, in processLoadCommands() local 171 if (Error E = Obj.removeLoadCommands(RemovePred)) in processLoadCommands() 263 auto RemovePred = [&MachOConfig](const LoadCommand &LC) { in processLoadCommands() local [all …]
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | ScheduleDAGFast.cpp | 90 void RemovePred(SUnit *SU, const SDep &D) { in RemovePred() function in __anon9389022c0111::ScheduleDAGFast 295 RemovePred(SU, ChainPred); in CopyAndMoveSuccessors() 301 RemovePred(SU, Pred); in CopyAndMoveSuccessors() 308 RemovePred(SU, Pred); in CopyAndMoveSuccessors() 315 RemovePred(SuccDep, D); in CopyAndMoveSuccessors() 323 RemovePred(SuccDep, D); in CopyAndMoveSuccessors() 368 RemovePred(DelDeps[i].first, DelDeps[i].second); in CopyAndMoveSuccessors() 403 RemovePred(DelDeps[i].first, DelDeps[i].second); in InsertCopiesAndMoveSuccs()
|
| H A D | ScheduleDAGRRList.cpp | 241 void RemovePred(SUnit *SU, const SDep &D) { in RemovePred() function in __anon4c419b9e0111::ScheduleDAGRRList 242 Topo.RemovePred(SU, D.getSUnit()); in RemovePred() 1079 RemovePred(SU, Pred); in TryUnfoldSU() 1084 RemovePred(SU, Pred); in TryUnfoldSU() 1089 RemovePred(SU, Pred); in TryUnfoldSU() 1095 RemovePred(SuccDep, D); in TryUnfoldSU() 1106 RemovePred(SuccDep, D); in TryUnfoldSU() 1211 RemovePred(DelDep.first, DelDep.second); in CopyAndMoveSuccessors() 1255 RemovePred(DelDep.first, DelDep.second); in InsertCopiesAndMoveSuccs() 3051 scheduleDAG->RemovePred(SuccSU, Edge); in PrescheduleNodesWithMultipleUses()
|
| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/ |
| H A D | ScheduleDAG.h | 763 void RemovePred(SUnit *M, SUnit *N);
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | ScheduleDAG.cpp | 566 void ScheduleDAGTopologicalSort::RemovePred(SUnit *M, SUnit *N) { in RemovePred() function in ScheduleDAGTopologicalSort
|
| H A D | MachinePipeliner.cpp | 956 Topo.RemovePred(&I, Deps[i].getSUnit()); in changeDependences() 965 Topo.RemovePred(LastSU, Deps[i].getSUnit()); in changeDependences()
|