llvm::CallGraphSCC

CallGraphSCC - This is a single SCC that a CallGraphSCCPass is run on.

Synopsis

Declared in <llvm/Analysis/CallGraphSCCPass.h>

class CallGraphSCC;

Type Aliases

Name
iterator

Member Functions

NameDescription
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