Searched refs:compilerUsedCount (Results 1 – 1 of 1) sorted by relevance
2321 bool compilerUsedCount(GlobalValue *GV) const { in compilerUsedCount() function in __anonaff4dab40411::LLVMUsed2347 assert((!U.usedCount(&GA) || !U.compilerUsedCount(&GA)) && in hasUseOtherThanLLVMUsed()2356 return !U.usedCount(&GA) && !U.compilerUsedCount(&GA); in hasUseOtherThanLLVMUsed()2362 assert((!U.usedCount(&V) || !U.compilerUsedCount(&V)) && in hasMoreThanOneUseOtherThanLLVMUsed()2365 if (U.usedCount(&V) || U.compilerUsedCount(&V)) in hasMoreThanOneUseOtherThanLLVMUsed()2374 return U.usedCount(&GA) || U.compilerUsedCount(&GA); in mayHaveOtherReferences()