Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dreaching.h90 bool HasCallBetweenDefUse(const Insn &defInsn, const Insn &useInsn) const;
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dreaching.cpp1079 bool ReachingDefinition::HasCallBetweenDefUse(const Insn &defInsn, const Insn &useInsn) const in HasCallBetweenDefUse() function in maplebe::ReachingDefinition
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_global.cpp1261 if (!cgFunc.GetRD()->HasCallBetweenDefUse(firstInsn, *useInsn)) { in CheckCondition()