Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp2633 bool compilerUsedCount(GlobalValue *GV) const { in compilerUsedCount() function in __anon2967a68e0411::LLVMUsed
2659 assert((!U.usedCount(&GA) || !U.compilerUsedCount(&GA)) && in hasUseOtherThanLLVMUsed()
2668 return !U.usedCount(&GA) && !U.compilerUsedCount(&GA); in hasUseOtherThanLLVMUsed()
2674 assert((!U.usedCount(&V) || !U.compilerUsedCount(&V)) && in hasMoreThanOneUseOtherThanLLVMUsed()
2677 if (U.usedCount(&V) || U.compilerUsedCount(&V)) in hasMoreThanOneUseOtherThanLLVMUsed()
2686 return U.usedCount(&GA) || U.compilerUsedCount(&GA); in mayHaveOtherReferences()