Searched defs:CompilerUsed (Results 1 – 4 of 4) sorted by relevance
/llvm-project/llvm/lib/Transforms/IPO/ | ||
H A D | ThinLTOBitcodeWriter.cpp | 245 bool CompilerUsed) { in cloneUsedGlobalVariables() argument |
H A D | GlobalOpt.cpp | 2147 SmallPtrSet<GlobalValue *, 4> CompilerUsed; global() member in __anon1705889c0711::LLVMUsed |
H A D | LowerTypeTests.cpp | 345 SmallVector<GlobalValue *, 4> Used, CompilerUsed; global() member |
/llvm-project/llvm/lib/IR/ | ||
H A D | Module.cpp | 854 collectUsedGlobalVariables(const Module & M,SmallVectorImpl<GlobalValue * > & Vec,bool CompilerUsed) collectUsedGlobalVariables() argument |