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 | 2149 SmallPtrSet<GlobalValue *, 4> CompilerUsed; member in __anon969487690711::LLVMUsed 2160 CompilerUsed = {llvm::from_range, Vec}; in LLVMUsed() 2173 iterator compilerUsedBegin() { return CompilerUsed.begin(); } in compilerUsedBegin() 2174 iterator compilerUsedEnd() { return CompilerUsed.end(); } in compilerUsedEnd() 2183 return CompilerUsed.count(GV); in compilerUsedCount() 2187 bool compilerUsedErase(GlobalValue *GV) { return CompilerUsed.erase(GV); } in compilerUsedErase() 2191 return CompilerUsed.insert(GV).second; in compilerUsedInsert() 2198 setUsedInitializer(*CompilerUsedV, CompilerUsed); in syncVariablesAndSets()
|
| H A D | LowerTypeTests.cpp | 352 SmallVector<GlobalValue *, 4> Used, CompilerUsed; member 361 bool CompilerUsed) { in collectAndEraseUsedFunctions() 362 auto *GV = collectUsedGlobalVariables(M, Vec, CompilerUsed); in collectAndEraseUsedFunctions() 373 if (CompilerUsed) in collectAndEraseUsedFunctions() 394 collectAndEraseUsedFunctions(M, CompilerUsed, true); in ScopedSaveAliaseesAndUsed() 410 appendToCompilerUsed(M, CompilerUsed); in ~ScopedSaveAliaseesAndUsed()
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Module.cpp | 864 const Module &M, SmallVectorImpl<GlobalValue *> &Vec, bool CompilerUsed) { in collectUsedGlobalVariables() argument 865 const char *Name = CompilerUsed ? "llvm.compiler.used" : "llvm.used"; in collectUsedGlobalVariables()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Module.h | 1055 bool CompilerUsed);
|