Searched refs:compilerUsedCount (Results 1 – 1 of 1) sorted by relevance
2633 bool compilerUsedCount(GlobalValue *GV) const { in compilerUsedCount() function in __anon2967a68e0411::LLVMUsed2659 assert((!U.usedCount(&GA) || !U.compilerUsedCount(&GA)) && in hasUseOtherThanLLVMUsed()2668 return !U.usedCount(&GA) && !U.compilerUsedCount(&GA); in hasUseOtherThanLLVMUsed()2674 assert((!U.usedCount(&V) || !U.compilerUsedCount(&V)) && in hasMoreThanOneUseOtherThanLLVMUsed()2677 if (U.usedCount(&V) || U.compilerUsedCount(&V)) in hasMoreThanOneUseOtherThanLLVMUsed()2686 return U.usedCount(&GA) || U.compilerUsedCount(&GA); in mayHaveOtherReferences()