Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_global.cpp1150 bool LocalVarSaveInsnPattern::CheckFirstInsn(const Insn &firstInsn) in CheckFirstInsn()
1190 bool LocalVarSaveInsnPattern::CheckAndGetUseInsn(Insn &firstInsn) in CheckAndGetUseInsn()
1207 bool LocalVarSaveInsnPattern::CheckLiveRange(const Insn &firstInsn) in CheckLiveRange()
1221 bool LocalVarSaveInsnPattern::CheckCondition(Insn &firstInsn) in CheckCondition()
1307 Insn *firstInsn = insn->GetNextMachineInsn(); in Run() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dcgbb.h998 Insn *firstInsn = nullptr; /* the first instruction */ variable