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