Searched refs:BuildInterBlockDefUseDependency (Results 1 – 2 of 2) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
| D | data_dep_base.cpp | 99 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/ |
| D | data_dep_base.h | 88 …void BuildInterBlockDefUseDependency(DepNode &curDepNode, regno_t regNO, DepType depType, bool isD…
|