Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp2218 static bool mayHaveOtherReferences(GlobalValue &GV, const LLVMUsed &U) { in mayHaveOtherReferences() function
2236 if (!mayHaveOtherReferences(GA, U)) in hasUsesToReplace()
2248 if (mayHaveOtherReferences(*Target, U)) in hasUsesToReplace()
2320 } else if (mayHaveOtherReferences(J, Used)) in OptimizeGlobalAliases()