DominatorTreesAndDominanceFrontiers::ControlFlowGraph::ID_dir
determines the ordering of id numbers
Synopsis
Declared in <src/midend/programAnalysis/staticInterproceduralSlicing/ControlFlowGraph.h>
enum ID_dir;
Members
Name |
|
|
Description
Certain uses of the CFG rely on a specific numbering scheme for the nodes of the CFG. The nodes can either be numbered in breadth‐first‐search order rooted at the entry node, and following edges forward, or in breadth‐first‐search order rooted at the exit node and following edges backward.
Created with MrDocs