Searched refs:IsUserOfGlobalSafeForSRA (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.2-release/contrib/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp385 /// IsUserOfGlobalSafeForSRA - U is a direct user of the specified global value.
388 static bool IsUserOfGlobalSafeForSRA(User *U, GlobalValue *GV) { function
457 if (!IsUserOfGlobalSafeForSRA(*UI, GV))

Completed in 101 milliseconds