Home | History | Annotate | Download | only in Core

Lines Matching refs:Steps

30             "The # of steps executed.");
32 "The # of times we reached the max number of steps.");
163 /// ExecuteWorkList - Run the worklist algorithm for a maximum number of steps.
164 bool CoreEngine::ExecuteWorkList(const LocationContext *L, unsigned Steps,
200 // Check if we have a steps limit
201 bool UnlimitedSteps = Steps == 0;
205 if (Steps == 0) {
209 --Steps;
272 unsigned Steps,
275 bool DidNotFinish = ExecuteWorkList(L, Steps, InitState);