/freebsd-src/contrib/llvm-project/llvm/lib/ObjCopy/MachO/ |
H A D | MachOObject.cpp | 37 function_ref<bool(const std::unique_ptr<SymbolEntry> &)> ToRemove) { in removeSymbols() 93 function_ref<bool(const LoadCommand &)> ToRemove) { in removeLoadCommands() 104 function_ref<bool(const std::unique_ptr<Section> &)> ToRemove) { in removeSections()
|
/freebsd-src/contrib/llvm-project/llvm/lib/ObjCopy/COFF/ |
H A D | COFFObject.cpp | 38 function_ref<Expected<bool>(const Symbol &)> ToRemove) { in removeSymbols() 89 void Object::removeSections(function_ref<bool(const Section &)> ToRemove) { in removeSections()
|
H A D | COFFObjcopy.cpp | 212 auto ToRemove = [&](const Symbol &Sym) -> Expected<bool> { in handleArgs() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/ObjCopy/wasm/ |
H A D | WasmObject.cpp | 27 void Object::removeSections(function_ref<bool(const Section &)> ToRemove) { in removeSections()
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
H A D | SPIRVStripConvergentIntrinsics.cpp | 42 DenseSet<Instruction *> ToRemove; in runOnFunction() local
|
H A D | SPIRVModuleAnalysis.cpp | 530 removeCapabilityIf(const Capability::Capability ToRemove,const Capability::Capability IfPresent) removeCapabilityIf() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMOptimizeBarriersPass.cpp | 55 std::vector<MachineInstr *> ToRemove; in runOnMachineFunction() local
|
H A D | ARMLowOverheadLoops.cpp | 380 SmallPtrSet<MachineInstr *, 4> ToRemove; member [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIPreEmitPeephole.cpp | 201 SmallVector<MachineInstr *, 4> ToRemove; in optimizeVccBranch() local 251 SmallVector<MachineInstr *, 4> ToRemove; in optimizeSetGPR() local
|
H A D | AMDGPUExportClustering.cpp | 83 SmallVector<SDep, 2> ToAdd, ToRemove; in removeExportDependencies() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
H A D | NVVMReflect.cpp | 89 SmallVector<Instruction *, 4> ToRemove; runNVVMReflect() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/ObjCopy/ELF/ |
H A D | ELFObject.cpp | 723 removeSectionReferences(bool AllowBrokenLinks,function_ref<bool (const SectionBase *)> ToRemove) removeSectionReferences() argument 749 removeSymbols(function_ref<bool (const Symbol &)> ToRemove) removeSymbols() argument 881 removeSectionReferences(bool AllowBrokenLinks,function_ref<bool (const SectionBase *)> ToRemove) removeSectionReferences() argument 985 removeSymbols(function_ref<bool (const Symbol &)> ToRemove) removeSymbols() argument 1022 removeSectionReferences(bool AllowBrokenLinks,function_ref<bool (const SectionBase *)> ToRemove) removeSectionReferences() argument 1043 removeSectionReferences(bool AllowBrokenDependency,function_ref<bool (const SectionBase *)> ToRemove) removeSectionReferences() argument 1067 removeSectionReferences(bool AllowBrokenLinks,function_ref<bool (const SectionBase *)> ToRemove) removeSectionReferences() argument 1082 removeSymbols(function_ref<bool (const Symbol &)> ToRemove) removeSymbols() argument 2153 removeSections(bool AllowBrokenLinks,std::function<bool (const SectionBase &)> ToRemove) removeSections() argument 2228 removeSymbols(function_ref<bool (const Symbol &)> ToRemove) removeSymbols() argument [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/HipStdPar/ |
H A D | HipStdPar.cpp | 150 SmallVector<std::reference_wrapper<Function>> ToRemove; removeUnreachableFunctions() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCBoolRetToInt.cpp | 137 SmallVector<const PHINode *, 8> ToRemove; in getPromotablePHINodes() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | ReachingDefAnalysis.cpp | 612 ReachingDefAnalysis::isSafeToRemove(MachineInstr *MI, InstSet &ToRemove, in isSafeToRemove() argument 620 InstSet &ToRemove, InstSet &Ignore) const { in isSafeToRemove() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | ConstraintElimination.cpp | 1365 checkAndReplaceCondition(CmpInst * Cmp,ConstraintInfo & Info,unsigned NumIn,unsigned NumOut,Instruction * ContextInst,Module * ReproducerModule,ArrayRef<ReproducerEntry> ReproducerCondStack,DominatorTree & DT,SmallVectorImpl<Instruction * > & ToRemove) checkAndReplaceCondition() argument 1538 replaceSubOverflowUses(IntrinsicInst * II,Value * A,Value * B,SmallVectorImpl<Instruction * > & ToRemove) replaceSubOverflowUses() argument 1571 tryToSimplifyOverflowMath(IntrinsicInst * II,ConstraintInfo & Info,SmallVectorImpl<Instruction * > & ToRemove) tryToSimplifyOverflowMath() argument 1651 SmallVector<Instruction *> ToRemove; eliminateConstraints() local [all...] |
H A D | DeadStoreElimination.cpp | 861 SmallVector<Instruction *> ToRemove; global() member
|
H A D | JumpThreading.cpp | 3109 SmallVector<Instruction *, 4> ToRemove; threadGuard() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/BPF/ |
H A D | BPFCheckAndAdjustIR.cpp | 304 Instruction *ToRemove[] = {ICmp, Info.ZExt, Info.SExt, MinMax}; sinkMinMaxInBB() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DbgEntityHistoryCalculator.cpp | 133 SmallVector<EntryIndex, 4> ToRemove; in trimLocationRanges() local
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ObjCopy/ |
H A D | CommonConfig.h | 232 NameMatcher ToRemove; global() member
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | Local.cpp | 1481 SmallPtrSetImpl<PHINode *> &ToRemove) { in EliminateDuplicatePHINodes() local 1349 EliminateDuplicatePHINodesNaiveImpl(BasicBlock * BB,SmallPtrSetImpl<PHINode * > & ToRemove) EliminateDuplicatePHINodesNaiveImpl() argument 1385 EliminateDuplicatePHINodesSetBasedImpl(BasicBlock * BB,SmallPtrSetImpl<PHINode * > & ToRemove) EliminateDuplicatePHINodesSetBasedImpl() argument 1470 EliminateDuplicatePHINodes(BasicBlock * BB,SmallPtrSetImpl<PHINode * > & ToRemove) EliminateDuplicatePHINodes() argument [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | VPlanTransforms.cpp | 513 SmallVector<VPRecipeBase *> ToRemove; optimizeInductions() local
|
/freebsd-src/contrib/llvm-project/llvm/tools/bugpoint/ |
H A D | CrashDebugger.cpp | 281 std::vector<GlobalValue *> ToRemove; in TestFuncs() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | IROutliner.cpp | 2027 SmallVector<Value *, 4> ToRemove; analyzeAndPruneOutputBlocks() local
|