Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DThinLTOBitcodeWriter.cpp205 bool CompilerUsed) { in cloneUsedGlobalVariables() argument
208 collectUsedGlobalVariables(SrcM, Used, CompilerUsed); in cloneUsedGlobalVariables()
216 if (CompilerUsed) in cloneUsedGlobalVariables()
H A DGlobalOpt.cpp2288 SmallPtrSet<GlobalValue *, 4> CompilerUsed; member in __anonaff4dab40411::LLVMUsed
2299 CompilerUsed = {Vec.begin(), Vec.end()}; in LLVMUsed()
2312 iterator compilerUsedBegin() { return CompilerUsed.begin(); } in compilerUsedBegin()
2313 iterator compilerUsedEnd() { return CompilerUsed.end(); } in compilerUsedEnd()
2322 return CompilerUsed.count(GV); in compilerUsedCount()
2326 bool compilerUsedErase(GlobalValue *GV) { return CompilerUsed.erase(GV); } in compilerUsedErase()
2330 return CompilerUsed.insert(GV).second; in compilerUsedInsert()
2337 setUsedInitializer(*CompilerUsedV, CompilerUsed); in syncVariablesAndSets()
H A DLowerTypeTests.cpp339 SmallVector<GlobalValue *, 4> Used, CompilerUsed; member
357 if (GlobalVariable *GV = collectUsedGlobalVariables(M, CompilerUsed, true)) in ScopedSaveAliaseesAndUsed()
371 appendToCompilerUsed(M, CompilerUsed); in ~ScopedSaveAliaseesAndUsed()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DModule.cpp764 const Module &M, SmallVectorImpl<GlobalValue *> &Vec, bool CompilerUsed) { in collectUsedGlobalVariables() argument
765 const char *Name = CompilerUsed ? "llvm.compiler.used" : "llvm.used"; in collectUsedGlobalVariables()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DModule.h937 bool CompilerUsed);