Searched refs:compilerUsedCount (Results 1 – 1 of 1) sorted by relevance
2199 bool compilerUsedCount(GlobalValue *GV) const { in compilerUsedCount() function in __anondb0a2e990511::LLVMUsed2225 assert((!U.usedCount(&GA) || !U.compilerUsedCount(&GA)) && in hasUseOtherThanLLVMUsed()2234 return !U.usedCount(&GA) && !U.compilerUsedCount(&GA); in hasUseOtherThanLLVMUsed()2240 assert((!U.usedCount(&V) || !U.compilerUsedCount(&V)) && in hasMoreThanOneUseOtherThanLLVMUsed()2243 if (U.usedCount(&V) || U.compilerUsedCount(&V)) in hasMoreThanOneUseOtherThanLLVMUsed()2252 return U.usedCount(&GA) || U.compilerUsedCount(&GA); in mayHaveOtherReferences()