Home
last modified time | relevance | path

Searched refs:BuildInterBlockMemDefUseDependency (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/
Daarch64_data_dep_base.h49 void BuildInterBlockMemDefUseDependency(DepNode &depNode, bool isMemDef) override;
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_data_dep_base.cpp166 BuildInterBlockMemDefUseDependency(*insn.GetDepNode(), false); in BuildDepsUseMem()
203 BuildInterBlockMemDefUseDependency(*insn.GetDepNode(), true); in BuildDepsDefMem()
463 void AArch64DataDepBase::BuildInterBlockMemDefUseDependency(DepNode &depNode, bool isMemDef) in BuildInterBlockMemDefUseDependency() function in maplebe::AArch64DataDepBase
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Ddata_dep_base.h113 virtual void BuildInterBlockMemDefUseDependency(DepNode &depNode, bool isMemDef) = 0;