Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILWriterPass.cpp85 appendToCompilerUsed(M, {GV}); in runOnModule()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DModuleUtils.h89 void appendToCompilerUsed(Module &M, ArrayRef<GlobalValue *> Values);
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DUpdateCompilerUsed.cpp132 appendToCompilerUsed(TheModule, UsedValues); in updateCompilerUsed()
H A DLTOCodeGenerator.cpp462 appendToCompilerUsed(TheModule, Used); in preserveDiscardableGVs()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DInjectTLIMappings.cpp67 appendToCompilerUsed(*M, {VecFunc}); in addVariantDeclaration()
H A DModuleUtils.cpp118 void llvm::appendToCompilerUsed(Module &M, ArrayRef<GlobalValue *> Values) { in appendToCompilerUsed() function in llvm
354 appendToCompilerUsed(M, GV); in embedBufferInModule()
/freebsd/contrib/llvm-project/llvm/lib/Frontend/Offloading/
H A DUtility.cpp117 appendToCompilerUsed(M, DummyEntry); in getOffloadEntryArray()
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXContainerGlobals.cpp71 appendToCompilerUsed(M, Globals); in runOnModule()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DReplaceWithVeclib.cpp65 appendToCompilerUsed(*M, {TLIFunc}); in getTLIFunction()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp576 appendToCompilerUsed(M, Note); in createHwasanCtorComdat()
587 appendToCompilerUsed(M, Dummy); in createHwasanCtorComdat()
663 appendToCompilerUsed(M, GV); in initializeModule()
1732 appendToCompilerUsed(M, Descriptor); in instrumentGlobal()
H A DAddressSanitizer.cpp2324 appendToCompilerUsed(M, MetadataGlobals); in InstrumentGlobalsCOFF()
2355 appendToCompilerUsed(M, MetadataGlobals); in instrumentGlobalsELF()
2430 appendToCompilerUsed(M, LivenessGlobals); in InstrumentGlobalsMachO()
2661 appendToCompilerUsed(M, ArrayRef<GlobalValue *>(GlobalsToAddToUsedList)); in instrumentGlobals()
H A DInstrProfiling.cpp2095 appendToCompilerUsed(M, CompilerUsedVars); in emitUses()
2156 appendToCompilerUsed(M, SamplingVar); in createProfileSamplingVar()
H A DMemProfiler.cpp537 appendToCompilerUsed(M, MemprofHistogramFlag); in createMemprofHistogramFlagVar()
H A DSanitizerCoverage.cpp520 appendToCompilerUsed(M, GlobalsToAppendToCompilerUsed); in instrumentModule()
H A DPGOInstrumentation.cpp1900 appendToCompilerUsed(M, createIRLevelProfileFlagVar(M, /*IsCS=*/true)); in run()
/freebsd/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/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerModuleLDSPass.cpp687 appendToCompilerUsed(M, {static_cast<GlobalValue *>( in lowerModuleScopeStructVariables()