Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DThinLTOBitcodeWriter.cpp232 bool CompilerUsed) { in cloneUsedGlobalVariables() argument
235 collectUsedGlobalVariables(SrcM, Used, CompilerUsed); in cloneUsedGlobalVariables()
243 if (CompilerUsed) in cloneUsedGlobalVariables()
H A DGlobalOpt.cpp2173 SmallPtrSet<GlobalValue *, 4> CompilerUsed; member in __anon028e6d800511::LLVMUsed
2184 CompilerUsed = {Vec.begin(), Vec.end()}; in LLVMUsed()
2197 iterator compilerUsedBegin() { return CompilerUsed.begin(); } in compilerUsedBegin()
2198 iterator compilerUsedEnd() { return CompilerUsed.end(); } in compilerUsedEnd()
2207 return CompilerUsed.count(GV); in compilerUsedCount()
2211 bool compilerUsedErase(GlobalValue *GV) { return CompilerUsed.erase(GV); } in compilerUsedErase()
2215 return CompilerUsed.insert(GV).second; in compilerUsedInsert()
2222 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()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DModule.cpp801 const Module &M, SmallVectorImpl<GlobalValue *> &Vec, bool CompilerUsed) { in collectUsedGlobalVariables() argument
802 const char *Name = CompilerUsed ? "llvm.compiler.used" : "llvm.used"; in collectUsedGlobalVariables()
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DModule.h969 bool CompilerUsed);