Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp2204 bool usedCount(GlobalValue *GV) const { return Used.count(GV); } in usedCount() function in __anon028e6d800511::LLVMUsed
2232 assert((!U.usedCount(&GA) || !U.compilerUsedCount(&GA)) && in hasUseOtherThanLLVMUsed()
2241 return !U.usedCount(&GA) && !U.compilerUsedCount(&GA); in hasUseOtherThanLLVMUsed()
2247 assert((!U.usedCount(&V) || !U.compilerUsedCount(&V)) && in hasMoreThanOneUseOtherThanLLVMUsed()
2250 if (U.usedCount(&V) || U.compilerUsedCount(&V)) in hasMoreThanOneUseOtherThanLLVMUsed()
2259 return U.usedCount(&GA) || U.compilerUsedCount(&GA); in mayHaveOtherReferences()