Home
last modified time | relevance | path

Searched refs:shouldKeep (Results 1 – 25 of 29) sorted by relevance

12

/llvm-project-15.0.7/llvm/tools/llvm-reduce/deltas/
H A DReduceGlobalValues.cpp42 if (shouldReduceDSOLocal(GV) && !O.shouldKeep()) in reduceGVs()
44 if (shouldReduceVisibility(GV) && !O.shouldKeep()) { in reduceGVs()
50 if (shouldReduceUnnamedAddress(GV) && !O.shouldKeep()) in reduceGVs()
52 if (shouldReduceDLLStorageClass(GV) && !O.shouldKeep()) in reduceGVs()
55 if (shouldReduceThreadLocal(GV) && !O.shouldKeep()) in reduceGVs()
H A DReduceMetadata.cpp29 if (!O.shouldKeep()) in extractMetadataFromModule()
43 if (!O.shouldKeep()) in extractMetadataFromModule()
53 if (!O.shouldKeep()) in extractMetadataFromModule()
62 if (!O.shouldKeep()) in extractMetadataFromModule()
H A DReduceModuleData.cpp18 if (!Program.getModuleIdentifier().empty() && !O.shouldKeep()) in clearModuleData()
20 if (!Program.getSourceFileName().empty() && !O.shouldKeep()) in clearModuleData()
23 if (!Program.getModuleInlineAsm().empty() && !O.shouldKeep()) in clearModuleData()
H A DReduceIRReferences.cpp24 if (!O.shouldKeep()) { in dropIRReferencesFromInstructions()
49 if (!O.shouldKeep()) in stripIRFromBlocks()
58 if (!O.shouldKeep()) { in stripIRFromFunctions()
H A DReduceGlobalObjects.cpp22 if (shouldReduceSection(GO) && !O.shouldKeep()) in reduceGOs()
24 if (shouldReduceAlign(GO) && !O.shouldKeep()) in reduceGOs()
H A DReduceAliases.cpp25 if (!O.shouldKeep()) { in extractAliasesFromModule()
H A DReduceFunctionBodies.cpp26 if (!F.isDeclaration() && !O.shouldKeep()) { in extractFunctionBodiesFromModule()
H A DReduceGlobalVarInitializers.cpp24 if (GV.hasInitializer() && !O.shouldKeep()) { in extractGVsFromModule()
H A DReduceInstructionFlagsMIR.cpp24 if (MI.getFlags() != 0 && !O.shouldKeep()) in removeFlagsFromModule()
H A DReduceFunctions.cpp36 return (!F.isIntrinsic() || F.use_empty()) && !O.shouldKeep(); in extractFunctionsFromModule()
H A DSimplifyInstructions.cpp31 if (O.shouldKeep()) in extractInstrFromModule()
H A DReduceVirtualRegisters.cpp30 if (!O.shouldKeep()) in dropRegisterHintsFromFunction()
H A DReduceInstructions.cpp31 if (O.shouldKeep()) in extractInstrFromModule()
H A DReduceGlobalVars.cpp26 if (O.shouldKeep()) in extractGVsFromModule()
H A DReduceRegisterUses.cpp43 if (O.shouldKeep()) in removeUsesFromFunction()
H A DDelta.h67 bool shouldKeep() { in shouldKeep() function
H A DReduceRegisterMasks.cpp46 if (O.shouldKeep()) in reduceMasksInFunction()
H A DReduceOperandBundles.cpp59 if (O.shouldKeep()) // Should we keep this one? in visitCallBase()
H A DReduceArguments.cpp67 if (O.shouldKeep()) in extractArgumentsFromModule()
H A DReduceRegisterDefs.cpp57 if (O.shouldKeep()) in removeDefsFromFunction()
H A DReduceBasicBlocks.cpp113 if (O.shouldKeep()) in extractBasicBlocksFromModule()
H A DReduceInstructionsMIR.cpp83 if (!O.shouldKeep()) in extractInstrFromFunction()
H A DReduceOperandsSkip.cpp202 bool Keep = O.shouldKeep(); in extractOperandsFromModule()
H A DReduceOperands.cpp26 if (!O.shouldKeep()) { in extractOperandsFromModule()
H A DReduceAttributes.cpp102 if (O.shouldKeep()) in visitAttributeSet()

12