Searched refs:AddressIsTaken (Results 1 – 2 of 2) sorted by relevance
1666 static bool AddressIsTaken(const GlobalValue *GV) { in AddressIsTaken() function1720 if (AddressIsTaken(&F)) in runIPSCCP()1740 if (!G.isConstant() && G.hasLocalLinkage() && !AddressIsTaken(&G)) in runIPSCCP()
1829 static bool AddressIsTaken(const GlobalValue *GV) { in AddressIsTaken() function1883 if (AddressIsTaken(F)) in runOnModule()1905 if (!G->isConstant() && G->hasLocalLinkage() && !AddressIsTaken(G)) in runOnModule()