Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/MachO/
H A DObject.cpp28 function_ref<bool(const std::unique_ptr<SymbolEntry> &)> ToRemove) { in removeSymbols()
58 function_ref<bool(const LoadCommand &)> ToRemove) { in removeLoadCommands()
69 function_ref<bool(const std::unique_ptr<Section> &)> ToRemove) { in removeSections()
/netbsd-src/external/apache2/llvm/dist/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
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/wasm/
H A DObject.cpp27 void Object::removeSections(function_ref<bool(const Section &)> ToRemove) { in removeSections()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMOptimizeBarriersPass.cpp55 std::vector<MachineInstr *> ToRemove; in runOnMachineFunction() local
H A DARMLowOverheadLoops.cpp376 SmallPtrSet<MachineInstr*, 4> ToRemove; member
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-reduce/deltas/
H A DReduceGlobalVars.cpp32 std::vector<GlobalVariable *> ToRemove; in extractGVsFromModule() local
/netbsd-src/external/apache2/llvm/dist/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.cpp54 SmallPtrSetImpl<Constant *> &ToRemove) { in removeFromUsedList()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
H A DNVVMReflect.cpp88 SmallVector<Instruction *, 4> ToRemove; in runNVVMReflect() local
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ELF/
H A DObject.cpp755 bool AllowBrokenLinks, function_ref<bool(const SectionBase *)> ToRemove) { in removeSectionReferences()
781 function_ref<bool(const Symbol &)> ToRemove) { in removeSymbols()
899 bool AllowBrokenLinks, function_ref<bool(const SectionBase *)> ToRemove) { in removeSectionReferences()
1001 function_ref<bool(const Symbol &)> ToRemove) { in removeSymbols()
1038 bool AllowBrokenLinks, function_ref<bool(const SectionBase *)> ToRemove) { in removeSectionReferences()
1059 function_ref<bool(const SectionBase *)> ToRemove) { in removeSectionReferences()
1077 bool AllowBrokenLinks, function_ref<bool(const SectionBase *)> ToRemove) { in removeSectionReferences()
1092 Error GroupSection::removeSymbols(function_ref<bool(const Symbol &)> ToRemove) { in removeSymbols()
2109 bool AllowBrokenLinks, std::function<bool(const SectionBase &)> ToRemove) { in removeSections()
2160 Error Object::removeSymbols(function_ref<bool(const Symbol &)> ToRemove) { in removeSymbols()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCBoolRetToInt.cpp139 SmallVector<const PHINode *, 8> ToRemove; in getPromotablePHINodes() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DReachingDefAnalysis.cpp608 ReachingDefAnalysis::isSafeToRemove(MachineInstr *MI, InstSet &ToRemove, in isSafeToRemove()
616 InstSet &ToRemove, InstSet &Ignore) const { in isSafeToRemove()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDbgEntityHistoryCalculator.cpp134 SmallVector<EntryIndex, 4> ToRemove; in trimLocationRanges() local
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/
H A DCommonConfig.h180 NameMatcher ToRemove; member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp1161 unsigned ToRemove = Ret == LazyValueInfo::True ? 1 : 0; in processBlock() local
3055 SmallVector<Instruction *, 4> ToRemove; in threadGuard() local
H A DLowerMatrixIntrinsics.cpp388 SmallVector<Instruction *, 16> ToRemove; member in __anon7e59d9a20111::LowerMatrixIntrinsics
H A DRewriteStatepointsForGC.cpp908 SmallVector<Value *> ToRemove; in findBasePointer() local
/netbsd-src/external/apache2/llvm/dist/llvm/tools/bugpoint/
H A DCrashDebugger.cpp269 std::vector<GlobalValue *> ToRemove; in TestFuncs() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonConstPropagation.cpp1028 SmallVector<MachineBasicBlock*,2> ToRemove; in rewrite() local