Commits

Mark Lacey committed ae7667fc3bc
Use the API on CallGraph to determine if we can call an unknown function. This returns a conservative result if the apply instruction no longer exists, whereas getting the callees asserts if the apply instruction no longer exists. More support for making things robust in the face of passes that do not maintain the call graph, but do queries on it.