Searched defs:LoopDetector (Results 1 – 1 of 1) sorted by relevance
238 struct LoopDetector { struct257 void DetectionPass() { in DetectionPass()270 void Connect(LoopNode* node) { in Connect()309 void Push(LoopNode* node) { in Push()316 LoopNode* Pop() { in Pop()328 static LoopNode* FindSet(LoopNode* node) { in FindSet()353 static void UnionSets(LoopNode* a, LoopNode* b) { in UnionSets()
Completed in 3 milliseconds