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