Home
last modified time | relevance | path

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

12

/external/llvm-project/llvm/tools/llvm-objcopy/MachO/
DObject.cpp28 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()
/external/llvm-project/llvm/tools/llvm-objcopy/COFF/
DObject.cpp41 function_ref<Expected<bool>(const Symbol &)> ToRemove) { in removeSymbols()
98 void Object::removeSections(function_ref<bool(const Section &)> ToRemove) { in removeSections()
DCOFFObjcopy.cpp182 auto ToRemove = [&](const Symbol &Sym) -> Expected<bool> { in handleArgs() local
/external/llvm-project/llvm/tools/llvm-objcopy/wasm/
DObject.cpp27 void Object::removeSections(function_ref<bool(const Section &)> ToRemove) { in removeSections()
/external/llvm-project/llvm/lib/Target/AMDGPU/
DSIPreEmitPeephole.cpp167 SmallVector<MachineInstr *, 4> ToRemove; in optimizeVccBranch() local
217 SmallVector<MachineInstr *, 4> ToRemove; in optimizeSetGPR() local
DAMDGPUExportClustering.cpp83 SmallVector<SDep, 2> ToAdd, ToRemove; in removeExportDependencies() local
/external/llvm/lib/Target/AArch64/
DAArch64AddressTypePromotion.cpp255 SetOfInstructions ToRemove; in propagateSignExtension() local
377 SetOfInstructions &ToRemove) { in mergeSExts()
/external/llvm/lib/Target/ARM/
DARMOptimizeBarriersPass.cpp58 std::vector<MachineInstr *> ToRemove; in runOnMachineFunction() local
/external/llvm-project/llvm/tools/llvm-reduce/deltas/
DReduceGlobalVars.cpp32 std::vector<GlobalVariable *> ToRemove; in extractGVsFromModule() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMOptimizeBarriersPass.cpp55 std::vector<MachineInstr *> ToRemove; in runOnMachineFunction() local
/external/llvm-project/llvm/lib/Target/ARM/
DARMOptimizeBarriersPass.cpp55 std::vector<MachineInstr *> ToRemove; in runOnMachineFunction() local
DARMLowOverheadLoops.cpp369 SmallPtrSet<MachineInstr*, 4> ToRemove; member
1060 InstSet &ToRemove) { in Validate()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVVMReflect.cpp87 SmallVector<Instruction *, 4> ToRemove; in runOnFunction() local
/external/llvm-project/llvm/lib/Target/NVPTX/
DNVVMReflect.cpp87 SmallVector<Instruction *, 4> ToRemove; in runOnFunction() local
/external/llvm/lib/Target/NVPTX/
DNVVMReflect.cpp127 SmallVector<Instruction *, 4> ToRemove; in runOnFunction() local
/external/llvm-project/llvm/tools/llvm-objcopy/ELF/
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()
1075 bool AllowBrokenLinks, function_ref<bool(const SectionBase *)> ToRemove) { in removeSectionReferences()
1090 Error GroupSection::removeSymbols(function_ref<bool(const Symbol &)> ToRemove) { in removeSymbols()
2101 bool AllowBrokenLinks, std::function<bool(const SectionBase &)> ToRemove) { in removeSections()
2152 Error Object::removeSymbols(function_ref<bool(const Symbol &)> ToRemove) { in removeSymbols()
/external/llvm/lib/Target/PowerPC/
DPPCBoolRetToInt.cpp121 SmallVector<const PHINode *, 8> ToRemove; in getPromotablePHINodes() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCBoolRetToInt.cpp137 SmallVector<const PHINode *, 8> ToRemove; in getPromotablePHINodes() local
/external/llvm-project/llvm/lib/Target/PowerPC/
DPPCBoolRetToInt.cpp140 SmallVector<const PHINode *, 8> ToRemove; in getPromotablePHINodes() local
/external/llvm-project/llvm/lib/CodeGen/
DReachingDefAnalysis.cpp610 ReachingDefAnalysis::isSafeToRemove(MachineInstr *MI, InstSet &ToRemove, in isSafeToRemove()
618 InstSet &ToRemove, InstSet &Ignore) const { in isSafeToRemove()
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DDbgEntityHistoryCalculator.cpp150 SmallVector<EntryIndex, 4> ToRemove; in trimLocationRanges() local
/external/llvm-project/llvm/tools/llvm-objcopy/
DCopyConfig.h192 NameMatcher ToRemove; member
/external/llvm/tools/bugpoint/
DCrashDebugger.cpp265 std::vector<GlobalValue*> ToRemove; in TestFuncs() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DJumpThreading.cpp1117 unsigned ToRemove = Ret == LazyValueInfo::True ? 1 : 0; in ProcessBlock() local
2742 SmallVector<Instruction *, 4> ToRemove; in ThreadGuard() local
/external/llvm-project/llvm/lib/Transforms/Scalar/
DJumpThreading.cpp1146 unsigned ToRemove = Ret == LazyValueInfo::True ? 1 : 0; in processBlock() local
3019 SmallVector<Instruction *, 4> ToRemove; in threadGuard() local

12