Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILWriterPass.cpp85 appendToCompilerUsed(M, {GV}); in runOnModule()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DModuleUtils.h89 void appendToCompilerUsed(Module &M, ArrayRef<GlobalValue *> Values);
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXContainerGlobals.cpp59 appendToCompilerUsed(M, Globals); in runOnModule()
/freebsd-14.2/contrib/llvm-project/llvm/lib/LTO/
H A DUpdateCompilerUsed.cpp131 appendToCompilerUsed(TheModule, UsedValues); in updateCompilerUsed()
H A DLTOCodeGenerator.cpp473 appendToCompilerUsed(TheModule, Used); in preserveDiscardableGVs()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DInjectTLIMappings.cpp67 appendToCompilerUsed(*M, {VecFunc}); in addVariantDeclaration()
H A DModuleUtils.cpp117 void llvm::appendToCompilerUsed(Module &M, ArrayRef<GlobalValue *> Values) { in appendToCompilerUsed() function in llvm
351 appendToCompilerUsed(M, GV); in embedBufferInModule()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DReplaceWithVeclib.cpp65 appendToCompilerUsed(*M, {TLIFunc}); in getTLIFunction()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp551 appendToCompilerUsed(M, Note); in createHwasanCtorComdat()
562 appendToCompilerUsed(M, Dummy); in createHwasanCtorComdat()
652 appendToCompilerUsed(M, GV); in initializeModule()
1643 appendToCompilerUsed(M, Descriptor); in instrumentGlobal()
H A DAddressSanitizer.cpp2232 appendToCompilerUsed(M, MetadataGlobals); in InstrumentGlobalsCOFF()
2263 appendToCompilerUsed(M, MetadataGlobals); in instrumentGlobalsELF()
2338 appendToCompilerUsed(M, LivenessGlobals); in InstrumentGlobalsMachO()
2569 appendToCompilerUsed(M, ArrayRef<GlobalValue *>(GlobalsToAddToUsedList)); in instrumentGlobals()
H A DSanitizerCoverage.cpp516 appendToCompilerUsed(M, GlobalsToAppendToCompilerUsed); in instrumentModule()
H A DInstrProfiling.cpp1731 appendToCompilerUsed(M, CompilerUsedVars); in emitUses()
H A DPGOInstrumentation.cpp1808 appendToCompilerUsed(M, createIRLevelProfileFlagVar(M, /*IsCS=*/true)); in run()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DThinLTOBitcodeWriter.cpp257 appendToCompilerUsed(DestM, NewUsed); in cloneUsedGlobalVariables()
H A DLowerTypeTests.cpp381 appendToCompilerUsed(M, CompilerUsed); in ~ScopedSaveAliaseesAndUsed()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerModuleLDSPass.cpp852 appendToCompilerUsed(M, {static_cast<GlobalValue *>( in lowerModuleScopeStructVariables()