Home
last modified time | relevance | path

Searched refs:appendToCompilerUsed (Results 1 – 16 of 16) sorted by relevance

/llvm-project-15.0.7/llvm/unittests/Transforms/Utils/
H A DModuleUtilsTest.cpp45 appendToCompilerUsed(*M, Globals); in TEST()
63 appendToCompilerUsed(*M, Globals); in TEST()
/llvm-project-15.0.7/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILWriterPass.cpp76 appendToCompilerUsed(M, {GV}); in runOnModule()
/llvm-project-15.0.7/llvm/include/llvm/Transforms/Utils/
H A DModuleUtils.h81 void appendToCompilerUsed(Module &M, ArrayRef<GlobalValue *> Values);
/llvm-project-15.0.7/llvm/lib/LTO/
H A DUpdateCompilerUsed.cpp132 appendToCompilerUsed(TheModule, UsedValues); in updateCompilerUsed()
H A DLTOCodeGenerator.cpp390 appendToCompilerUsed(TheModule, Used); in preserveDiscardableGVs()
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DModuleUtils.cpp109 void llvm::appendToCompilerUsed(Module &M, ArrayRef<GlobalValue *> Values) { in appendToCompilerUsed() function in llvm
286 appendToCompilerUsed(M, GV); in embedBufferInModule()
H A DInjectTLIMappings.cpp65 appendToCompilerUsed(*M, {VectorF}); in addVariantDeclaration()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DReplaceWithVeclib.cpp62 appendToCompilerUsed(*M, {TLIFunc}); in replaceWithTLIFunction()
/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp528 appendToCompilerUsed(M, Note); in createHwasanCtorComdat()
539 appendToCompilerUsed(M, Dummy); in createHwasanCtorComdat()
622 appendToCompilerUsed(M, GV); in initializeModule()
1570 appendToCompilerUsed(M, Descriptor); in instrumentGlobal()
H A DAddressSanitizer.cpp2026 appendToCompilerUsed(M, MetadataGlobals); in InstrumentGlobalsCOFF()
2057 appendToCompilerUsed(M, MetadataGlobals); in InstrumentGlobalsELF()
2131 appendToCompilerUsed(M, LivenessGlobals); in InstrumentGlobalsMachO()
2363 appendToCompilerUsed(M, ArrayRef<GlobalValue *>(GlobalsToAddToUsedList)); in InstrumentGlobals()
H A DSanitizerCoverage.cpp506 appendToCompilerUsed(M, GlobalsToAppendToCompilerUsed); in instrumentModule()
H A DInstrProfiling.cpp1242 appendToCompilerUsed(*M, CompilerUsedVars); in emitUses()
H A DPGOInstrumentation.cpp1589 appendToCompilerUsed(M, createIRLevelProfileFlagVar(M, /*IsCS=*/true)); in run()
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerModuleLDSPass.cpp170 appendToCompilerUsed( in runOnModule()
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DThinLTOBitcodeWriter.cpp244 appendToCompilerUsed(DestM, NewUsed); in cloneUsedGlobalVariables()
H A DLowerTypeTests.cpp381 appendToCompilerUsed(M, CompilerUsed); in ~ScopedSaveAliaseesAndUsed()