Searched refs:compilerUsedCount (Results 1 – 1 of 1) sorted by relevance
2331 bool compilerUsedCount(GlobalValue *GV) const { in compilerUsedCount() function in __anonee3d851d0411::LLVMUsed2357 assert((!U.usedCount(&GA) || !U.compilerUsedCount(&GA)) && in hasUseOtherThanLLVMUsed()2366 return !U.usedCount(&GA) && !U.compilerUsedCount(&GA); in hasUseOtherThanLLVMUsed()2372 assert((!U.usedCount(&V) || !U.compilerUsedCount(&V)) && in hasMoreThanOneUseOtherThanLLVMUsed()2375 if (U.usedCount(&V) || U.compilerUsedCount(&V)) in hasMoreThanOneUseOtherThanLLVMUsed()2384 return U.usedCount(&GA) || U.compilerUsedCount(&GA); in mayHaveOtherReferences()