Searched refs:compilerUsedCount (Results 1 – 1 of 1) sorted by relevance
2182 bool compilerUsedCount(GlobalValue *GV) const { in compilerUsedCount() function in __anon969487690711::LLVMUsed2208 assert((!U.usedCount(&GA) || !U.compilerUsedCount(&GA)) && in hasUseOtherThanLLVMUsed()2217 return !U.usedCount(&GA) && !U.compilerUsedCount(&GA); in hasUseOtherThanLLVMUsed()2224 return U.usedCount(&GV) || U.compilerUsedCount(&GV); in mayHaveOtherReferences()