Home
last modified time | relevance | path

Searched refs:BuildInterBlockDefUseDependency (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Ddata_dep_base.cpp99 BuildInterBlockDefUseDependency(*node, regNO, kDependenceTypeAnti, false); in BuildDepsDefReg()
109 BuildInterBlockDefUseDependency(*node, regNO, kDependenceTypeOutput, true); in BuildDepsDefReg()
125 BuildInterBlockDefUseDependency(*node, regNO, kDependenceTypeTrue, true); in BuildDepsUseReg()
130 void DataDepBase::BuildInterBlockDefUseDependency(DepNode &curDepNode, regno_t regNO, DepType depTy… in BuildInterBlockDefUseDependency() function in maplebe::DataDepBase
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Ddata_dep_base.h88 …void BuildInterBlockDefUseDependency(DepNode &curDepNode, regno_t regNO, DepType depType, bool isD…