Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DSCCP.cpp1666 static bool AddressIsTaken(const GlobalValue *GV) { in AddressIsTaken() function
1722 if (AddressIsTaken(F)) in runOnModule()
1744 if (!G->isConstant() && G->hasLocalLinkage() && !AddressIsTaken(G)) in runOnModule()