Searched defs:LoopInfo (Results 1 – 2 of 2) sorted by relevance
25 struct LoopInfo { struct26 LoopInfo(Chunk* chunk, GateRef head) in LoopInfo() function41 void CollectLoopBody(LoopInfo* loopInfo); argument
311 struct LoopInfo { struct312 GateRegion* loopHead {nullptr};313 BitSet* loopBodys {nullptr};314 ChunkVector<GateRegion*>* loopExits {nullptr};315 LoopInfo* outer {nullptr};