Searched refs:compilerUsedCount (Results 1 – 3 of 3) sorted by relevance
2206 bool compilerUsedCount(GlobalValue *GV) const { in compilerUsedCount() function in __anonfaa42ca90511::LLVMUsed2232 assert((!U.usedCount(&GA) || !U.compilerUsedCount(&GA)) && in hasUseOtherThanLLVMUsed()2241 return !U.usedCount(&GA) && !U.compilerUsedCount(&GA); in hasUseOtherThanLLVMUsed()2247 assert((!U.usedCount(&V) || !U.compilerUsedCount(&V)) && in hasMoreThanOneUseOtherThanLLVMUsed()2250 if (U.usedCount(&V) || U.compilerUsedCount(&V)) in hasMoreThanOneUseOtherThanLLVMUsed()2259 return U.usedCount(&GA) || U.compilerUsedCount(&GA); in mayHaveOtherReferences()
2248 bool compilerUsedCount(GlobalValue *GV) const { in compilerUsedCount() function in __anona92c72010211::LLVMUsed2271 assert((!U.usedCount(&GA) || !U.compilerUsedCount(&GA)) && in hasUseOtherThanLLVMUsed()2280 return !U.usedCount(&GA) && !U.compilerUsedCount(&GA); in hasUseOtherThanLLVMUsed()2286 assert((!U.usedCount(&V) || !U.compilerUsedCount(&V)) && in hasMoreThanOneUseOtherThanLLVMUsed()2289 if (U.usedCount(&V) || U.compilerUsedCount(&V)) in hasMoreThanOneUseOtherThanLLVMUsed()2298 return U.usedCount(&GA) || U.compilerUsedCount(&GA); in mayHaveOtherReferences()
2680 bool compilerUsedCount(GlobalValue *GV) const { in compilerUsedCount() function in __anon8752eea30411::LLVMUsed2706 assert((!U.usedCount(&GA) || !U.compilerUsedCount(&GA)) && in hasUseOtherThanLLVMUsed()2715 return !U.usedCount(&GA) && !U.compilerUsedCount(&GA); in hasUseOtherThanLLVMUsed()2721 assert((!U.usedCount(&V) || !U.compilerUsedCount(&V)) && in hasMoreThanOneUseOtherThanLLVMUsed()2724 if (U.usedCount(&V) || U.compilerUsedCount(&V)) in hasMoreThanOneUseOtherThanLLVMUsed()2733 return U.usedCount(&GA) || U.compilerUsedCount(&GA); in mayHaveOtherReferences()