Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp2178 bool usedCount(GlobalValue *GV) const { return Used.count(GV); } in usedCount() function in __anon969487690711::LLVMUsed
2206 assert((!U.usedCount(&GA) || !U.compilerUsedCount(&GA)) && in hasUseOtherThanLLVMUsed()
2215 return !U.usedCount(&GA) && !U.compilerUsedCount(&GA); in hasUseOtherThanLLVMUsed()
2222 return U.usedCount(&GV) || U.compilerUsedCount(&GV); in mayHaveOtherReferences()