Home
last modified time | relevance | path

Searched refs:compilerUsedCount (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp2321 bool compilerUsedCount(GlobalValue *GV) const { in compilerUsedCount() function in __anonaff4dab40411::LLVMUsed
2347 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()