| /src/contrib/llvm-project/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 …]
|
| /src/contrib/llvm-project/llvm/lib/ObjCopy/ELF/ |
| H A D | ELFObjcopy.cpp | 419 SectionPred RemovePred = [](const SectionBase &) { return false; }; in replaceAndRemoveSections() local 423 RemovePred = [&Config](const SectionBase &Sec) { in replaceAndRemoveSections() 429 RemovePred = [RemovePred](const SectionBase &Sec) { in replaceAndRemoveSections() 430 return isDWOSection(Sec) || RemovePred(Sec); in replaceAndRemoveSections() 434 RemovePred = [RemovePred, &Obj](const SectionBase &Sec) { in replaceAndRemoveSections() 435 return onlyKeepDWOPred(Obj, Sec) || RemovePred(Sec); in replaceAndRemoveSections() 439 RemovePred = [RemovePred, &Obj](const SectionBase &Sec) { in replaceAndRemoveSections() 440 if (RemovePred(Sec)) in replaceAndRemoveSections() 457 RemovePred = [RemovePred](const SectionBase &Sec) { in replaceAndRemoveSections() 458 return RemovePred(Sec) || Sec.ParentSegment == nullptr; in replaceAndRemoveSections() [all …]
|
| /src/contrib/llvm-project/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() 78 RemovePred = [&Config](const std::unique_ptr<Section> &Sec) { in removeSections() 83 return Obj.removeSections(RemovePred); in removeSections() 110 auto RemovePred = [&Config, &MachOConfig, in updateAndRemoveSymbols() local 133 Obj.SymTable.removeSymbols(RemovePred); in updateAndRemoveSymbols() 165 LoadCommandPred RemovePred = [&RPathsToRemove, in processLoadCommands() local 182 if (Error E = Obj.removeLoadCommands(RemovePred)) in processLoadCommands() [all …]
|
| /src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | ScheduleDAGFast.cpp | 90 void RemovePred(SUnit *SU, const SDep &D) { in RemovePred() function in __anon4b88de110111::ScheduleDAGFast 295 RemovePred(SU, ChainPred); in CopyAndMoveSuccessors() 300 RemovePred(SU, Pred); in CopyAndMoveSuccessors() 306 RemovePred(SU, Pred); in CopyAndMoveSuccessors() 312 RemovePred(SuccDep, D); in CopyAndMoveSuccessors() 319 RemovePred(SuccDep, D); in CopyAndMoveSuccessors() 364 RemovePred(DelDeps[i].first, DelDeps[i].second); in CopyAndMoveSuccessors() 399 RemovePred(DelDeps[i].first, DelDeps[i].second); in InsertCopiesAndMoveSuccs()
|
| H A D | ScheduleDAGRRList.cpp | 240 void RemovePred(SUnit *SU, const SDep &D) { in RemovePred() function in __anon03a804c30111::ScheduleDAGRRList 241 Topo.RemovePred(SU, D.getSUnit()); in RemovePred() 1076 RemovePred(SU, Pred); in TryUnfoldSU() 1081 RemovePred(SU, Pred); in TryUnfoldSU() 1086 RemovePred(SU, Pred); in TryUnfoldSU() 1092 RemovePred(SuccDep, D); in TryUnfoldSU() 1103 RemovePred(SuccDep, D); in TryUnfoldSU() 1208 RemovePred(DelSU, DelD); in CopyAndMoveSuccessors() 1252 RemovePred(DelSU, DelD); in InsertCopiesAndMoveSuccs() 3049 scheduleDAG->RemovePred(SuccSU, Edge); in PrescheduleNodesWithMultipleUses()
|
| /src/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | ScheduleDAG.h | 790 void RemovePred(SUnit *M, SUnit *N);
|
| /src/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | ScheduleDAG.cpp | 569 void ScheduleDAGTopologicalSort::RemovePred(SUnit *M, SUnit *N) { in RemovePred() function in ScheduleDAGTopologicalSort
|
| H A D | MachinePipeliner.cpp | 1053 Topo.RemovePred(&I, D.getSUnit()); in changeDependences() 1062 Topo.RemovePred(LastSU, D.getSUnit()); in changeDependences()
|