Home
last modified time | relevance | path

Searched defs:RemovePred (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/llvm-objcopy/ELF/
H A DELFObjcopy.cpp223 const CopyConfig &Config, Object &Obj, SectionPred &RemovePred, in replaceDebugSections()
347 SectionPred RemovePred = [](const SectionBase &) { return false; }; in handleArgs() local
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DScheduleDAG.cpp529 void ScheduleDAGTopologicalSort::RemovePred(SUnit *M, SUnit *N) { in RemovePred() function in ScheduleDAGTopologicalSort
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGFast.cpp95 void RemovePred(SUnit *SU, const SDep &D) { in RemovePred() function in __anon78c511a10111::ScheduleDAGFast
H A DScheduleDAGRRList.cpp234 void RemovePred(SUnit *SU, const SDep &D) { in RemovePred() function in __anon70bf5c530111::ScheduleDAGRRList