aml_findscope
struct aml_scope *aml_findscope(struct aml_scope *, int, int);
scope = aml_findscope(scope, AMLOP_METHOD, 0);
aml_findscope(scope, AMLOP_WHILE, AMLOP_BREAK);
aml_findscope(scope, AMLOP_WHILE, AMLOP_CONTINUE);
mscope = aml_findscope(scope, AMLOP_METHOD, AMLOP_RETURN);