Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-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-13.1/contrib/llvm-project/llvm/tools/llvm-objcopy/ELF/
H A DELFObjcopy.cpp234 RemovePred = [ShouldReplace, RemovePred](const SectionBase &Sec) { in replaceDebugSections()
353 RemovePred = [RemovePred](const SectionBase &Sec) { in replaceAndRemoveSections()
358 RemovePred = [RemovePred, &Obj](const SectionBase &Sec) { in replaceAndRemoveSections()
363 RemovePred = [RemovePred, &Obj](const SectionBase &Sec) { in replaceAndRemoveSections()
381 RemovePred = [RemovePred](const SectionBase &Sec) { in replaceAndRemoveSections()
387 RemovePred = [RemovePred](const SectionBase &Sec) { in replaceAndRemoveSections()
393 RemovePred = [RemovePred, &Obj](const SectionBase &Sec) { in replaceAndRemoveSections()
402 RemovePred = [RemovePred, &Obj](const SectionBase &Sec) { in replaceAndRemoveSections()
421 RemovePred = [RemovePred](const SectionBase &Sec) { in replaceAndRemoveSections()
454 RemovePred = [&Config, RemovePred](const SectionBase &Sec) { in replaceAndRemoveSections()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objcopy/MachO/
H A DMachOObjcopy.cpp53 SectionPred RemovePred = [](const std::unique_ptr<Section> &) { in removeSections() local
58 RemovePred = [&Config, RemovePred](const std::unique_ptr<Section> &Sec) { in removeSections()
65 RemovePred = [RemovePred](const std::unique_ptr<Section> &Sec) { in removeSections()
69 return RemovePred(Sec); in removeSections()
75 RemovePred = [&Config](const std::unique_ptr<Section> &Sec) { in removeSections()
80 return Obj.removeSections(RemovePred); in removeSections()
97 auto RemovePred = [Config, &Obj](const std::unique_ptr<SymbolEntry> &N) { in updateAndRemoveSymbols() local
115 Obj.SymTable.removeSymbols(RemovePred); in updateAndRemoveSymbols()
147 LoadCommandPred RemovePred = [&RPathsToRemove, in processLoadCommands() local
164 if (Error E = Obj.removeLoadCommands(RemovePred)) in processLoadCommands()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGFast.cpp94 void RemovePred(SUnit *SU, const SDep &D) { in RemovePred() function in __anone56e3eb00111::ScheduleDAGFast
299 RemovePred(SU, ChainPred); in CopyAndMoveSuccessors()
305 RemovePred(SU, Pred); in CopyAndMoveSuccessors()
312 RemovePred(SU, Pred); in CopyAndMoveSuccessors()
319 RemovePred(SuccDep, D); in CopyAndMoveSuccessors()
327 RemovePred(SuccDep, D); in CopyAndMoveSuccessors()
372 RemovePred(DelDeps[i].first, DelDeps[i].second); in CopyAndMoveSuccessors()
407 RemovePred(DelDeps[i].first, DelDeps[i].second); in InsertCopiesAndMoveSuccs()
H A DScheduleDAGRRList.cpp241 void RemovePred(SUnit *SU, const SDep &D) { in RemovePred() function in __anonac6809220111::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()
3038 scheduleDAG->RemovePred(SuccSU, Edge); in PrescheduleNodesWithMultipleUses()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DScheduleDAG.h764 void RemovePred(SUnit *M, SUnit *N);
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DScheduleDAG.cpp566 void ScheduleDAGTopologicalSort::RemovePred(SUnit *M, SUnit *N) { in RemovePred() function in ScheduleDAGTopologicalSort
H A DMachinePipeliner.cpp956 Topo.RemovePred(&I, Deps[i].getSUnit()); in changeDependences()
965 Topo.RemovePred(LastSU, Deps[i].getSUnit()); in changeDependences()