Home
last modified time | relevance | path

Searched refs:RemovePred (Results 1 – 8 of 8) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/ObjCopy/wasm/
H A DWasmObjcopy.cpp61 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 …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObjcopy.cpp397 RemovePred = [RemovePred](const SectionBase &Sec) { in replaceAndRemoveSections()
402 RemovePred = [RemovePred, &Obj](const SectionBase &Sec) { in replaceAndRemoveSections()
407 RemovePred = [RemovePred, &Obj](const SectionBase &Sec) { in replaceAndRemoveSections()
425 RemovePred = [RemovePred](const SectionBase &Sec) { in replaceAndRemoveSections()
431 RemovePred = [RemovePred](const SectionBase &Sec) { in replaceAndRemoveSections()
437 RemovePred = [RemovePred, &Obj](const SectionBase &Sec) { in replaceAndRemoveSections()
446 RemovePred = [RemovePred, &Obj](const SectionBase &Sec) { in replaceAndRemoveSections()
465 RemovePred = [RemovePred](const SectionBase &Sec) { in replaceAndRemoveSections()
476 RemovePred = [&Config, RemovePred, &Obj](const SectionBase &Sec) { in replaceAndRemoveSections()
498 RemovePred = [&Config, RemovePred](const SectionBase &Sec) { in replaceAndRemoveSections()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/ObjCopy/MachO/
H A DMachOObjcopy.cpp56 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()
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()
274 auto RemovePred = [&MachOConfig](const LoadCommand &LC) { in processLoadCommands() local
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGFast.cpp90 void RemovePred(SUnit *SU, const SDep &D) { in RemovePred() function in __anone6e9b4b20111::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 DScheduleDAGRRList.cpp240 void RemovePred(SUnit *SU, const SDep &D) { in RemovePred() function in __anonfa9907a40111::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()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DScheduleDAG.h772 void RemovePred(SUnit *M, SUnit *N);
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DScheduleDAG.cpp567 void ScheduleDAGTopologicalSort::RemovePred(SUnit *M, SUnit *N) { in RemovePred() function in ScheduleDAGTopologicalSort
H A DMachinePipeliner.cpp993 Topo.RemovePred(&I, Deps[i].getSUnit()); in changeDependences()
1002 Topo.RemovePred(LastSU, Deps[i].getSUnit()); in changeDependences()