Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp2168 bool compilerUsedCount(GlobalValue *GV) const { in compilerUsedCount() function in __anon938e681f0711::LLVMUsed
2194 assert((!U.usedCount(&GA) || !U.compilerUsedCount(&GA)) && in hasUseOtherThanLLVMUsed()
2203 return !U.usedCount(&GA) && !U.compilerUsedCount(&GA); in hasUseOtherThanLLVMUsed()
2210 return U.usedCount(&GV) || U.compilerUsedCount(&GV); in mayHaveOtherReferences()