Searched defs:LoopDepthTree (Results 1 – 1 of 1) sorted by relevance
500 struct LoopDepthTree { struct502 using iterator = LoopsOnLevelTy::iterator;505 LoopDepthTree(LoopInfo &LI) : Depth(1) { in LoopDepthTree() function519 void descend() { in descend()532 bool empty() const { return size() == 0; } in empty()534 unsigned getDepth() const { return Depth; } in getDepth()536 iterator begin() { return LoopsOnLevel.begin(); } in begin()537 iterator end() { return LoopsOnLevel.end(); } in end()544 SmallPtrSet<const Loop *, 8> RemovedLoops;547 unsigned Depth;[all …]