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

/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/Scalar/
H A DSCCP.cpp1667 static bool AddressIsTaken(const GlobalValue *GV) { function
1723 if (AddressIsTaken(F))
1745 if (!G->isConstant() && G->hasLocalLinkage() && !AddressIsTaken(G))

Completed in 112 milliseconds