Searched refs:CompilerUsed (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | ThinLTOBitcodeWriter.cpp | 245 bool CompilerUsed) { in cloneUsedGlobalVariables() argument 248 collectUsedGlobalVariables(SrcM, Used, CompilerUsed); in cloneUsedGlobalVariables() 256 if (CompilerUsed) in cloneUsedGlobalVariables()
|
| H A D | GlobalOpt.cpp | 2147 SmallPtrSet<GlobalValue *, 4> CompilerUsed; member in __anon969487690711::LLVMUsed 2158 CompilerUsed = {Vec.begin(), Vec.end()}; in LLVMUsed() 2171 iterator compilerUsedBegin() { return CompilerUsed.begin(); } in compilerUsedBegin() 2172 iterator compilerUsedEnd() { return CompilerUsed.end(); } in compilerUsedEnd() 2181 return CompilerUsed.count(GV); in compilerUsedCount() 2185 bool compilerUsedErase(GlobalValue *GV) { return CompilerUsed.erase(GV); } in compilerUsedErase() 2189 return CompilerUsed.insert(GV).second; in compilerUsedInsert() 2196 setUsedInitializer(*CompilerUsedV, CompilerUsed); in syncVariablesAndSets()
|
| H A D | LowerTypeTests.cpp | 345 SmallVector<GlobalValue *, 4> Used, CompilerUsed; member 364 if (GlobalVariable *GV = collectUsedGlobalVariables(M, CompilerUsed, true)) in ScopedSaveAliaseesAndUsed() 381 appendToCompilerUsed(M, CompilerUsed); in ~ScopedSaveAliaseesAndUsed()
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Module.cpp | 854 const Module &M, SmallVectorImpl<GlobalValue *> &Vec, bool CompilerUsed) { in collectUsedGlobalVariables() argument 855 const char *Name = CompilerUsed ? "llvm.compiler.used" : "llvm.used"; in collectUsedGlobalVariables()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Module.h | 1074 bool CompilerUsed);
|