Home
last modified time | relevance | path

Searched defs:LoopInfo (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dloop_analysis.h25 struct LoopInfo { struct
26 LoopInfo(Chunk* chunk, GateRef head) in LoopInfo() function
41 void CollectLoopBody(LoopInfo* loopInfo); argument
Dframe_states.h183 struct LoopInfo { struct
Dgraph_linearizer.h253 struct LoopInfo { struct
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dchecks_elimination.h43 using LoopInfo = std::tuple<CountableLoopInfo, Inst *, Inst *, Inst *, ConditionCode, bool, bool>; variable