CallGraphSCC ‐ This is a single SCC that a CallGraphSCCPass is run on.
Synopsis
Declared in <llvm/Analysis/CallGraphSCCPass.h>
class CallGraphSCC;
Type Aliases
Name |
Description |
Const iterator over the call‐graph nodes in this SCC. |
Member Functions
Name |
Description |
|
Construct an SCC for call graph |
DeleteNode ‐ This informs the SCC and the pass manager that the specified Old node has been deleted. |
|
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. |
|
Return an iterator to the first call‐graph node in this SCC. |
|
Return an iterator past the last call‐graph node in this SCC. |
|
Return the call graph that contains this SCC. |
|
Replace the nodes in this SCC with |
|
Return true if this SCC contains exactly one node. |
|
Return the number of call‐graph nodes in this SCC. |
Created with MrDocs