Home
last modified time | relevance | path

Searched defs:firstInsn (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_global.cpp1154 bool LocalVarSaveInsnPattern::CheckFirstInsn(const Insn &firstInsn) in CheckFirstInsn()
1194 bool LocalVarSaveInsnPattern::CheckAndGetUseInsn(Insn &firstInsn) in CheckAndGetUseInsn()
1211 bool LocalVarSaveInsnPattern::CheckLiveRange(const Insn &firstInsn) in CheckLiveRange()
1225 bool LocalVarSaveInsnPattern::CheckCondition(Insn &firstInsn) in CheckCondition()
1308 Insn *firstInsn = insn->GetNextMachineInsn(); in Run() local
Daarch64_proepilog.cpp1573 Insn *firstInsn = tmpBB->GetFirstInsn(); in TestPredsOfRetBB() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dcgbb.h933 Insn *firstInsn = nullptr; /* the first instruction */ variable