Searched refs:compilerUsedCount (Results 1 – 1 of 1) sorted by relevance
2168 bool compilerUsedCount(GlobalValue *GV) const { in compilerUsedCount() function in __anon938e681f0711::LLVMUsed2194 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()