Home
last modified time | relevance | path

Searched refs:RemovePred (Results 1 – 9 of 9) 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 = [&Config](const Section &Sec) { in removeSections()
100 RemovePred = [&Config, RemovePred](const Section &Sec) { in removeSections()
105 return RemovePred(Sec); in removeSections()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObjcopy.cpp414 SectionPred RemovePred = [](const SectionBase &) { return false; }; in replaceAndRemoveSections() local
418 RemovePred = [&Config](const SectionBase &Sec) { in replaceAndRemoveSections()
424 RemovePred = [RemovePred](const SectionBase &Sec) { in replaceAndRemoveSections()
425 return isDWOSection(Sec) || RemovePred(Sec); in replaceAndRemoveSections()
429 RemovePred = [RemovePred, &Obj](const SectionBase &Sec) { in replaceAndRemoveSections()
430 return onlyKeepDWOPred(Obj, Sec) || RemovePred(Sec); in replaceAndRemoveSections()
434 RemovePred = [RemovePred, &Obj](const SectionBase &Sec) { in replaceAndRemoveSections()
435 if (RemovePred(Sec)) in replaceAndRemoveSections()
452 RemovePred = [RemovePred](const SectionBase &Sec) { in replaceAndRemoveSections()
453 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()
78 RemovePred = [&Config](const std::unique_ptr<Section> &Sec) { in removeSections()
83 return Obj.removeSections(RemovePred); in removeSections()
129 auto RemovePred = [&Config, &MachOConfig, in updateAndRemoveSymbols() local
152 Obj.SymTable.removeSymbols(RemovePred); in updateAndRemoveSymbols()
184 LoadCommandPred RemovePred = [&RPathsToRemove, in processLoadCommands() local
201 if (Error E = Obj.removeLoadCommands(RemovePred)) in processLoadCommands()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGFast.cpp86 void RemovePred(SUnit *SU, const SDep &D) { SU->removePred(D); } in RemovePred() function in __anon168f12fc0111::ScheduleDAGFast
289 RemovePred(SU, ChainPred); in CopyAndMoveSuccessors()
294 RemovePred(SU, Pred); in CopyAndMoveSuccessors()
300 RemovePred(SU, Pred); in CopyAndMoveSuccessors()
306 RemovePred(SuccDep, D); in CopyAndMoveSuccessors()
313 RemovePred(SuccDep, D); in CopyAndMoveSuccessors()
358 RemovePred(Del, Dep); in CopyAndMoveSuccessors()
393 RemovePred(Del, Dep); 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.h795 LLVM_ABI void RemovePred(SUnit *M, SUnit *N);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DScheduleDAG.cpp571 void ScheduleDAGTopologicalSort::RemovePred(SUnit *M, SUnit *N) { in RemovePred() function in ScheduleDAGTopologicalSort
H A DMachinePipeliner.cpp1307 Topo.RemovePred(&I, D.getSUnit()); in changeDependences()
1316 Topo.RemovePred(LastSU, D.getSUnit()); in changeDependences()
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc17654 …alSort10RemovePredEPNS_5SUnitES2_", "llvm::ScheduleDAGTopologicalSort::RemovePred(llvm::SUnit*, ll…