struct CFGViewSuccessors
Declaration
template <bool InverseGraph = false>
struct CFGViewSuccessors { /* full declaration omitted */ };
Declared at: llvm/include/llvm/IR/CFGDiff.h:158
Templates
- bool InverseGraph = false
Method Overview
- public static llvm::CFGViewSuccessors::ChildIteratorType child_begin(llvm::CFGViewSuccessors::NodeRef N)
- public static llvm::CFGViewSuccessors::ChildIteratorType child_end(llvm::CFGViewSuccessors::NodeRef N)
Methods
¶static llvm::CFGViewSuccessors::ChildIteratorType
child_begin(llvm::CFGViewSuccessors::NodeRef N)
static llvm::CFGViewSuccessors::ChildIteratorType
child_begin(llvm::CFGViewSuccessors::NodeRef N)
Declared at: llvm/include/llvm/IR/CFGDiff.h:181
Parameters
- llvm::CFGViewSuccessors::NodeRef N
¶static llvm::CFGViewSuccessors::ChildIteratorType
child_end(llvm::CFGViewSuccessors::NodeRef N)
static llvm::CFGViewSuccessors::ChildIteratorType
child_end(llvm::CFGViewSuccessors::NodeRef N)
Declared at: llvm/include/llvm/IR/CFGDiff.h:196
Parameters
- llvm::CFGViewSuccessors::NodeRef N