Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp2331 bool compilerUsedCount(GlobalValue *GV) const { in compilerUsedCount() function in __anonee3d851d0411::LLVMUsed
2357 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()