CallGraphSCC - This is a single SCC that a CallGraphSCCPass is run on.
Declared in <llvm/Analysis/CallGraphSCCPass.h>
class CallGraphSCC;
| Name |
|---|
iterator |
| Name | Description |
|---|---|
CallGraphSCC [constructor] | |
DeleteNode | DeleteNode - This informs the SCC and the pass manager that the specified Old node has been deleted. |
ReplaceNode | ReplaceNode - This informs the SCC and the pass manager that the specified Old node has been deleted, and New is to be used in its place. |
begin | |
end | |
getCallGraph | |
initialize | |
isSingular | |
size |