Searched defs:DFSIn (Results 1 – 3 of 3) sorted by relevance
133 unsigned DFSIn = 0; // In & Out Depth use to determine scope nesting. variable
3523 int DFSIn = 0; member3754 void push_back(Value *V, int DFSIn, int DFSOut) { in push_back()3761 bool isInScope(int DFSIn, int DFSOut) const { in isInScope()3767 void popUntilDFSScope(int DFSIn, int DFSOut) { in popUntilDFSScope()
87 int DFSIn = 0; member