Home
last modified time | relevance | path

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

/freebsd/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 in removeSections()
[all...]
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObjcopy.cpp418 SectionPred RemovePred = [](const SectionBase &) { return false; }; in replaceAndRemoveSections() local
422 RemovePred = [&Config](const SectionBase &Sec) { in replaceAndRemoveSections()
428 RemovePred = [RemovePred](const SectionBase &Sec) { in replaceAndRemoveSections()
429 return isDWOSection(Sec) || RemovePred(Sec); in replaceAndRemoveSections()
433 RemovePred = [RemovePred, &Obj](const SectionBase &Sec) { in replaceAndRemoveSections()
434 return onlyKeepDWOPred(Obj, Sec) || RemovePred(Sec); in replaceAndRemoveSections()
438 RemovePred = [RemovePred, &Obj](const SectionBase &Sec) { in replaceAndRemoveSections()
439 if (RemovePred(Sec)) in replaceAndRemoveSections()
456 RemovePred = [RemovePred](const SectionBase &Sec) { in replaceAndRemoveSections()
457 return RemovePred(Sec) || Sec.ParentSegment == nullptr; in replaceAndRemoveSections()
[all …]
/freebsd/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()
77 // Overwrite RemovePred because --only-section takes priority. in removeSections()
78 RemovePred = [&Config](const std::unique_ptr<Section> &Sec) { in removeSections()
83 return Obj.removeSections(RemovePred); in removeSections()
110 auto RemovePred in updateAndRemoveSymbols()
102 auto RemovePred = [&Config, &MachOConfig, updateAndRemoveSymbols() local
157 LoadCommandPred RemovePred = [&RPathsToRemove, processLoadCommands() local
266 auto RemovePred = [&MachOConfig](const LoadCommand &LC) { processLoadCommands() local
[all...]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGFast.cpp90 void RemovePred(SUnit *SU, const SDep &D) { in RemovePred() function in __anon168f12fc0111::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 __anona90f206e0111::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/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DScheduleDAG.h790 void RemovePred(SUnit *M, SUnit *N);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DScheduleDAG.cpp569 void ScheduleDAGTopologicalSort::RemovePred(SUnit *M, SUnit *N) { in RemovePred() function in ScheduleDAGTopologicalSort
H A DMachinePipeliner.cpp1053 Topo.RemovePred(&I, D.getSUnit()); in changeDependences()
1062 Topo.RemovePred(LastSU, D.getSUnit()); in changeDependences()