Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILLegalizePass.cpp28 SmallVectorImpl<Instruction *> &ToRemove, in legalizeFreeze()
39 SmallVectorImpl<Instruction *> &ToRemove, in fixI8UseChain()
255 SmallVectorImpl<Instruction *> &ToRemove, in upcastI8AllocasAndUses()
305 SmallVectorImpl<Instruction *> &ToRemove, in downcastI64toI32InsertExtractElements()
457 SmallVectorImpl<Instruction *> &ToRemove, in legalizeMemCpy()
482 SmallVectorImpl<Instruction *> &ToRemove, in removeMemSet()
503 SmallVectorImpl<Instruction *> &ToRemove, in updateFnegToFsub()
518 SmallVectorImpl<Instruction *> &ToRemove, in legalizeGetHighLowi64Bytes()
573 SmallVector<Instruction *> ToRemove; in runLegalizationPipeline() local
H A DDXILOpLowering.cpp159 SmallVector<CallInst *> ToRemove; in cleanupHandleCasts() local
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/MachO/
H A DMachOObject.cpp50 function_ref<bool(const std::unique_ptr<SymbolEntry> &)> ToRemove) { in removeSymbols()
106 function_ref<bool(const LoadCommand &)> ToRemove) { in removeLoadCommands()
117 function_ref<bool(const std::unique_ptr<Section> &)> ToRemove) { in removeSections()
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/COFF/
H A DCOFFObject.cpp39 function_ref<Expected<bool>(const Symbol &)> ToRemove) { in removeSymbols()
90 void Object::removeSections(function_ref<bool(const Section &)> ToRemove) { in removeSections()
H A DCOFFObjcopy.cpp220 auto ToRemove = [&](const Symbol &Sym) -> Expected<bool> { in handleArgs() local
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/wasm/
H A DWasmObject.cpp24 void Object::removeSections(function_ref<bool(const Section &)> ToRemove) { in removeSections()
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVStripConvergentIntrinsics.cpp33 DenseSet<Instruction *> ToRemove; in runOnFunction() local
H A DSPIRVStructurizer.cpp1000 std::vector<BasicBlock *> ToRemove; in removeUselessBlocks() local
H A DSPIRVModuleAnalysis.cpp780 const Capability::Capability ToRemove, in removeCapabilityIf()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMOptimizeBarriersPass.cpp53 std::vector<MachineInstr *> ToRemove; in runOnMachineFunction() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIPreEmitPeephole.cpp203 SmallVector<MachineInstr *, 4> ToRemove; in optimizeVccBranch() local
253 SmallVector<MachineInstr *, 4> ToRemove; in optimizeSetGPR() local
H A DAMDGPUExportClustering.cpp82 SmallVector<SDep, 2> ToAdd, ToRemove; in removeExportDependencies() local
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.cpp740 bool AllowBrokenLinks, function_ref<bool(const SectionBase *)> ToRemove) { in removeSectionReferences()
766 function_ref<bool(const Symbol &)> ToRemove) { in removeSymbols()
900 bool AllowBrokenLinks, function_ref<bool(const SectionBase *)> ToRemove) { in removeSectionReferences()
1008 function_ref<bool(const Symbol &)> ToRemove) { in removeSymbols()
1045 bool AllowBrokenLinks, function_ref<bool(const SectionBase *)> ToRemove) { in removeSectionReferences()
1066 function_ref<bool(const SectionBase *)> ToRemove) { in removeSectionReferences()
1090 bool AllowBrokenLinks, function_ref<bool(const SectionBase *)> ToRemove) { in removeSectionReferences()
1105 Error GroupSection::removeSymbols(function_ref<bool(const Symbol &)> ToRemove) { in removeSymbols()
2198 bool AllowBrokenLinks, std::function<bool(const SectionBase &)> ToRemove) { in removeSections()
2282 Error Object::removeSymbols(function_ref<bool(const Symbol &)> ToRemove) { in removeSymbols()
H A DELFObjcopy.cpp635 std::vector<DeletedRange> ToRemove; in findNotesToRemove() local
657 ArrayRef<DeletedRange> ToRemove) { in updateData()
706 auto ToRemove = (Endianness == endianness::little) in removeNotes() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/HipStdPar/
H A DHipStdPar.cpp148 SmallVector<std::reference_wrapper<Function>> ToRemove; in removeUnreachableFunctions() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DConstraintElimination.cpp1462 SmallVectorImpl<Instruction *> &ToRemove) { in checkAndReplaceCondition()
1529 SmallVectorImpl<Instruction *> &ToRemove) { in checkAndReplaceMinMax()
1549 SmallVectorImpl<Instruction *> &ToRemove) { in checkAndReplaceCmp()
1592 SmallVectorImpl<Instruction *> &ToRemove) { in checkOrAndOpImpliedByOther()
1728 SmallVectorImpl<Instruction *> &ToRemove) { in replaceSubOverflowUses()
1761 SmallVectorImpl<Instruction *> &ToRemove) { in tryToSimplifyOverflowMath()
1839 SmallVector<Instruction *> ToRemove; in eliminateConstraints() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DLowerAllowCheckPass.cpp127 bool ToRemove = ShouldRemove(II); in removeUbsanTraps() local
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCBoolRetToInt.cpp134 SmallVector<const PHINode *, 8> ToRemove; in getPromotablePHINodes() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DReachingDefAnalysis.cpp701 ReachingDefAnalysis::isSafeToRemove(MachineInstr *MI, InstSet &ToRemove, in isSafeToRemove()
709 InstSet &ToRemove, InstSet &Ignore) const { in isSafeToRemove()
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFCheckAndAdjustIR.cpp304 Instruction *ToRemove[] = {ICmp, Info.ZExt, Info.SExt, MinMax}; in sinkMinMaxInBB() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDbgEntityHistoryCalculator.cpp133 SmallVector<EntryIndex, 4> ToRemove; in trimLocationRanges() local
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DExecutionUtils.cpp458 std::vector<SymbolStringPtr> ToRemove; in tryToGenerate() local
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjCopy/
H A DCommonConfig.h240 NameMatcher ToRemove; member
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp1387 SmallPtrSetImpl<PHINode *> &ToRemove) { in EliminateDuplicatePHINodesNaiveImpl()
1423 SmallPtrSetImpl<PHINode *> &ToRemove) { in EliminateDuplicatePHINodesSetBasedImpl()
1508 SmallPtrSetImpl<PHINode *> &ToRemove) { in EliminateDuplicatePHINodes()
1519 SmallPtrSet<PHINode *, 8> ToRemove; in EliminateDuplicatePHINodes() local
/freebsd/contrib/llvm-project/llvm/tools/bugpoint/
H A DCrashDebugger.cpp281 std::vector<GlobalValue *> ToRemove; in TestFuncs() local

12