Lines Matching refs:afterLoop
44 Label afterLoop(env); in ContainersCommonFuncCall() local
100 Branch(Int32LessThan(*k, *length), &next, &afterLoop); in ContainersCommonFuncCall()
122 Branch(Int32GreaterThanOrEqual(*k, *length), &afterLoop, &setValue); in ContainersCommonFuncCall()
134 Bind(&afterLoop); in ContainersCommonFuncCall()
162 Label afterLoop(env); in QueueCommonFuncCall() local
218 Branch(Int32LessThan(*k, *length), &next, &afterLoop); in QueueCommonFuncCall()
240 Bind(&afterLoop); in QueueCommonFuncCall()
268 Label afterLoop(env); in DequeCommonFuncCall() local
327 Branch(Int32NotEqual(*first, last), &next, &afterLoop); in DequeCommonFuncCall()
349 Bind(&afterLoop); in DequeCommonFuncCall()
376 Label afterLoop(env); in ContainersLightWeightCall() local
431 Branch(Int32LessThan(*index, *length), &next, &afterLoop); in ContainersLightWeightCall()
456 Bind(&afterLoop); in ContainersLightWeightCall()
488 Label afterLoop(env); in ContainersHashCall() local
544 Branch(Int32LessThan(*index, *length), &next, &afterLoop); in ContainersHashCall()
591 Bind(&afterLoop); in ContainersHashCall()
620 Label afterLoop(env); in ContainersLinkedListCall() local
675 Branch(Int32LessThan(*index, *length), &next, &afterLoop); in ContainersLinkedListCall()
700 Bind(&afterLoop); in ContainersLinkedListCall()