| 2565 | |
| 2566 | |
| 2567 | ExprId HighLevelILFunction::ForSSA(ExprId initExpr, ExprId conditionPhi, ExprId condition, ExprId updateExpr, |
| 2568 | ExprId loopExpr, const ILSourceLocation& loc) |
| 2569 | { |
| 2570 | return AddExprWithLocation(HLIL_FOR_SSA, loc, 0, initExpr, conditionPhi, condition, updateExpr, loopExpr); |
| 2571 | } |
| 2572 | |
| 2573 | |
| 2574 | ExprId HighLevelILFunction::Switch( |