Home
last modified time | relevance | path

Searched defs:ToRemove (Results 1 – 20 of 20) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objcopy/MachO/
H A DObject.cpp27 function_ref<bool(const std::unique_ptr<SymbolEntry> &)> ToRemove) { in removeSymbols()
60 function_ref<bool(const LoadCommand &)> ToRemove) { in removeLoadCommands()
71 function_ref<bool(const std::unique_ptr<Section> &)> ToRemove) { in removeSections()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objcopy/COFF/
H A DObject.cpp38 function_ref<Expected<bool>(const Symbol &)> ToRemove) { in removeSymbols()
89 void Object::removeSections(function_ref<bool(const Section &)> ToRemove) { in removeSections()
H A DCOFFObjcopy.cpp182 auto ToRemove = [&](const Symbol &Sym) -> Expected<bool> { in handleArgs() local
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objcopy/wasm/
H A DObject.cpp27 void Object::removeSections(function_ref<bool(const Section &)> ToRemove) { in removeSections()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMOptimizeBarriersPass.cpp55 std::vector<MachineInstr *> ToRemove; in runOnMachineFunction() local
H A DARMLowOverheadLoops.cpp372 SmallPtrSet<MachineInstr*, 4> ToRemove; member
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIPreEmitPeephole.cpp179 SmallVector<MachineInstr *, 4> ToRemove; in optimizeVccBranch() local
229 SmallVector<MachineInstr *, 4> ToRemove; in optimizeSetGPR() local
H A DAMDGPUExportClustering.cpp83 SmallVector<SDep, 2> ToAdd, ToRemove; in removeExportDependencies() local
H A DAMDGPULowerModuleLDSPass.cpp67 SmallPtrSetImpl<Constant *> &ToRemove) { in removeFromUsedList()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVVMReflect.cpp88 SmallVector<Instruction *, 4> ToRemove; in runNVVMReflect() local
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objcopy/ELF/
H A DObject.cpp753 bool AllowBrokenLinks, function_ref<bool(const SectionBase *)> ToRemove) { in removeSectionReferences()
779 function_ref<bool(const Symbol &)> ToRemove) { in removeSymbols()
897 bool AllowBrokenLinks, function_ref<bool(const SectionBase *)> ToRemove) { in removeSectionReferences()
999 function_ref<bool(const Symbol &)> ToRemove) { in removeSymbols()
1036 bool AllowBrokenLinks, function_ref<bool(const SectionBase *)> ToRemove) { in removeSectionReferences()
1057 function_ref<bool(const SectionBase *)> ToRemove) { in removeSectionReferences()
1081 bool AllowBrokenLinks, function_ref<bool(const SectionBase *)> ToRemove) { in removeSectionReferences()
1096 Error GroupSection::removeSymbols(function_ref<bool(const Symbol &)> ToRemove) { in removeSymbols()
2114 bool AllowBrokenLinks, std::function<bool(const SectionBase &)> ToRemove) { in removeSections()
2165 Error Object::removeSymbols(function_ref<bool(const Symbol &)> ToRemove) { in removeSymbols()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCBoolRetToInt.cpp139 SmallVector<const PHINode *, 8> ToRemove; in getPromotablePHINodes() local
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DReachingDefAnalysis.cpp608 ReachingDefAnalysis::isSafeToRemove(MachineInstr *MI, InstSet &ToRemove, in isSafeToRemove()
616 InstSet &ToRemove, InstSet &Ignore) const { in isSafeToRemove()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDbgEntityHistoryCalculator.cpp134 SmallVector<EntryIndex, 4> ToRemove; in trimLocationRanges() local
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objcopy/
H A DCommonConfig.h225 NameMatcher ToRemove; member
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp1160 unsigned ToRemove = Ret == LazyValueInfo::True ? 1 : 0; in processBlock() local
3054 SmallVector<Instruction *, 4> ToRemove; in threadGuard() local
H A DRewriteStatepointsForGC.cpp923 SmallVector<Value *> ToRemove; in findBasePointer() local
H A DLowerMatrixIntrinsics.cpp401 SmallVector<Instruction *, 16> ToRemove; member in __anonf095cceb0111::LowerMatrixIntrinsics
/freebsd-13.1/contrib/llvm-project/llvm/tools/bugpoint/
H A DCrashDebugger.cpp269 std::vector<GlobalValue *> ToRemove; in TestFuncs() local
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonConstPropagation.cpp1028 SmallVector<MachineBasicBlock*,2> ToRemove; in rewrite() local