Home | History | Annotate | Download | only in JIT

Lines Matching defs:Actions

170 /// ActionEntry - Structure describing an entry in the actions table.
211 // duplicate actions.
237 // Compute the actions table and gather the first action index for each
239 SmallVector<ActionEntry, 32> Actions;
257 assert(Actions.size());
258 PrevAction = &Actions.back();
268 // Compute the actions.
280 Actions.push_back(Action);
282 PrevAction = &Actions.back();
442 // Emit the actions.
443 for (unsigned I = 0, N = Actions.size(); I != N; ++I) {
444 ActionEntry &Action = Actions[I];