Searched defs:SCCNodeData (Results 1 – 1 of 1) sorted by relevance
30 struct SCCNodeData { struct31 SCCNodeData() in SCCNodeData() argument38 void ResetStack(int new_index, SCCNodeData* new_caller) { in ResetStack()45 const NodeDef* node;46 int index;47 int lowlink;48 bool onstack;49 std::vector<SCCNodeData*> children;51 SCCNodeData* caller; // Node calling StrongConnect52 int caller_loop_location; // Index in parent StrongConnect for loop