Searched refs:kLifting (Results 1 – 2 of 2) sorted by relevance
37 enum CloneType { kBasic = 0, kInline = 1, kLifting = 2, kDropping = 3 }; enumerator
580 if (type_ < kLifting) { in Run()715 cloner.AddClone(func_graph, nullptr, {}, kLifting); in LiftingClone()