Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DSCCP.cpp1666 static bool AddressIsTaken(const GlobalValue *GV) { in AddressIsTaken() function
1720 if (AddressIsTaken(&F)) in runIPSCCP()
1740 if (!G.isConstant() && G.hasLocalLinkage() && !AddressIsTaken(&G)) in runIPSCCP()
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DSCCP.cpp1829 static bool AddressIsTaken(const GlobalValue *GV) { in AddressIsTaken() function
1883 if (AddressIsTaken(F)) in runOnModule()
1905 if (!G->isConstant() && G->hasLocalLinkage() && !AddressIsTaken(G)) in runOnModule()