Scan the functions in the specified CFG and resync the callgraph with the call sites found in it. This is used after FunctionPasses have potentially munged the callgraph, and can be used after CallGraphSCC passes to verify that they correctly updated the callgraph. This function returns true if it devirtualized an existing function call, meaning it turned an indirect call into a direct call. Th
source not stored for this graph (policy: none)
nothing calls this directly
no test coverage detected