Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp2206 bool compilerUsedCount(GlobalValue *GV) const { in compilerUsedCount() function in __anonfaa42ca90511::LLVMUsed
2232 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()
/aosp_15_r20/external/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp2248 bool compilerUsedCount(GlobalValue *GV) const { in compilerUsedCount() function in __anona92c72010211::LLVMUsed
2271 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()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp2680 bool compilerUsedCount(GlobalValue *GV) const { in compilerUsedCount() function in __anon8752eea30411::LLVMUsed
2706 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()