Searched defs:LoopInfo (Results 1 – 4 of 4) sorted by relevance
25 struct LoopInfo { struct26 LoopInfo(Chunk* chunk, GateRef head) in LoopInfo() function41 void CollectLoopBody(LoopInfo* loopInfo); argument
183 struct LoopInfo { struct
253 struct LoopInfo { struct
43 using LoopInfo = std::tuple<CountableLoopInfo, Inst *, Inst *, Inst *, ConditionCode, bool, bool>; variable