Home
last modified time | relevance | path

Searched defs:MIRFunction (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_builder.h153 virtual void UpdateFunction(MIRFunction &, const MIRType *, const ArgVector &) {} in UpdateFunction() argument
Dmir_pragma.h27 class MIRFunction; // circular dependency exists, no other choice variable
Dmir_module.h136 class MIRFunction; // circular dependency exists, no other choice variable
Dmir_function.h70 MIRFunction(MIRModule *mod, StIdx idx) : module(mod), symbolTableIdx(idx) in MIRFunction() function
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/litecg/
Dlmir_builder.h47 class MIRFunction; variable
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/
Dsimplify.cpp250 static MIRStructType *GetReadedStructureType(const IreadNode *iread, const MIRFunction *) in GetReadedStructureType()