Searched refs:shouldKeep (Results 1 – 14 of 14) sorted by relevance
31 if (O.shouldKeep()) in getChunkMetadataNodes()82 if (!O.shouldKeep()) in extractMetadataFromModule()
25 if (!O.shouldKeep()) in clearModuleInlineAsm()
28 if (!O.shouldKeep()) { in extractAliasesFromModule()
31 if (isValidDSOLocalReductionGV(GV) && !O.shouldKeep()) { in extractGVsFromModule()
27 if (GV.hasInitializer() && !O.shouldKeep()) { in extractGVsFromModule()
30 if (!F.isDeclaration() && !O.shouldKeep()) { in extractFunctionBodiesFromModule()
37 return (!F.isIntrinsic() || F.use_empty()) && !O.shouldKeep(); in extractFunctionsFromModule()
32 if (O.shouldKeep()) in extractInstrFromModule()
67 bool shouldKeep() { in shouldKeep() function
28 if (O.shouldKeep()) in extractGVsFromModule()
60 if (O.shouldKeep()) // Should we keep this one? in visitCallBase()
54 if (O.shouldKeep()) in extractArgumentsFromModule()
98 if (O.shouldKeep()) in extractBasicBlocksFromModule()
102 if (O.shouldKeep()) in visitAttributeSet()