Lookup a function in the graph which has already been scanned and added.

Synopsis

Declared in <llvm/Analysis/LazyCallGraph.h>

Node*
lookup(Function const& F) const;

Return Value

The node for F, or null if it has not been scanned.

Parameters

Name

Description

F

Function to look up among already‐scanned nodes.

Created with MrDocs