Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp2778 bool compilerUsedCount(GlobalValue *GV) const { in compilerUsedCount() function in __anoncc8057940311::LLVMUsed
2801 assert((!U.usedCount(&GA) || !U.compilerUsedCount(&GA)) && in hasUseOtherThanLLVMUsed()
2810 return !U.usedCount(&GA) && !U.compilerUsedCount(&GA); in hasUseOtherThanLLVMUsed()
2816 assert((!U.usedCount(&V) || !U.compilerUsedCount(&V)) && in hasMoreThanOneUseOtherThanLLVMUsed()
2819 if (U.usedCount(&V) || U.compilerUsedCount(&V)) in hasMoreThanOneUseOtherThanLLVMUsed()
2828 return U.usedCount(&GA) || U.compilerUsedCount(&GA); in mayHaveOtherReferences()