Home
last modified time | relevance | path

Searched refs:CompilerUsed (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DThinLTOBitcodeWriter.cpp245 bool CompilerUsed) { in cloneUsedGlobalVariables() argument
248 collectUsedGlobalVariables(SrcM, Used, CompilerUsed); in cloneUsedGlobalVariables()
256 if (CompilerUsed) in cloneUsedGlobalVariables()
H A DGlobalOpt.cpp2147 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 DLowerTypeTests.cpp345 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 DModule.cpp854 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 DModule.h1074 bool CompilerUsed);