Searched refs:CompilerUsed (Results 1 – 4 of 4) sorted by relevance
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/ |
| HD | Module.cpp | 615 const Module &M, SmallPtrSetImpl<GlobalValue *> &Set, bool CompilerUsed) { in collectUsedGlobalVariables() argument 616 const char *Name = CompilerUsed ? "llvm.compiler.used" : "llvm.used"; in collectUsedGlobalVariables()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| HD | GlobalOpt.cpp | 2655 SmallPtrSet<GlobalValue *, 8> CompilerUsed; member in __anonfcc583400411::LLVMUsed 2662 CompilerUsedV = collectUsedGlobalVariables(M, CompilerUsed, true); in LLVMUsed() 2675 iterator compilerUsedBegin() { return CompilerUsed.begin(); } in compilerUsedBegin() 2676 iterator compilerUsedEnd() { return CompilerUsed.end(); } in compilerUsedEnd() 2685 return CompilerUsed.count(GV); in compilerUsedCount() 2689 bool compilerUsedErase(GlobalValue *GV) { return CompilerUsed.erase(GV); } in compilerUsedErase() 2693 return CompilerUsed.insert(GV).second; in compilerUsedInsert() 2700 setUsedInitializer(*CompilerUsedV, CompilerUsed); in syncVariablesAndSets()
|
| HD | LowerTypeTests.cpp | 339 SmallPtrSet<GlobalValue *, 16> Used, CompilerUsed; member 357 if (GlobalVariable *GV = collectUsedGlobalVariables(M, CompilerUsed, true)) in ScopedSaveAliaseesAndUsed() 371 appendToCompilerUsed(M, std::vector<GlobalValue *>(CompilerUsed.begin(), in ~ScopedSaveAliaseesAndUsed() 372 CompilerUsed.end())); in ~ScopedSaveAliaseesAndUsed()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/ |
| HD | Module.h | 875 bool CompilerUsed);
|