Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/
Daarch64_reaching.h65 inline bool CallInsnClearDesignateStackRef(const Insn &callInsn, int64 offset) const;
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_reaching.cpp334 bool AArch64ReachingDefinition::CallInsnClearDesignateStackRef(const Insn &callInsn, int64 offset) … in CallInsnClearDesignateStackRef() function in maplebe::AArch64ReachingDefinition
377 if (CallInsnClearDesignateStackRef(*insn, offset)) { in FindMemDefBetweenInsn()
437 if (CallInsnClearDesignateStackRef(*insn, offset)) { in FindMemDefInBB()
901 if (CallInsnClearDesignateStackRef(*insn, offset)) { in FindMemUseBetweenInsn()