Searched refs:usedCount (Results 1 – 1 of 1) sorted by relevance
2204 bool usedCount(GlobalValue *GV) const { return Used.count(GV); } in usedCount() function in __anon028e6d800511::LLVMUsed2232 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()