Home
last modified time | relevance | path

Searched defs:nextInsn (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dcgbb.cpp91 Insn *nextInsn = insn.GetNext(); in RemoveInsn() local
101 void BB::RemoveInsnSequence(Insn &insn, const Insn &nextInsn) in RemoveInsnSequence()
Dpeep.cpp29 for (Insn *nextInsn = insn.GetNext(); nextInsn != nullptr; nextInsn = nextInsn->GetNext()) { in IfOperandIsLiveAfterInsn() local
242 for (Insn *nextInsn = insn.GetNext(); nextInsn != nullptr; nextInsn = nextInsn->GetNext()) { in IfOperandIsLiveAfterInsn() local
447 bool PeepPattern::IsMemOperandOptPattern(const Insn &insn, Insn &nextInsn) in IsMemOperandOptPattern()
Dreg_alloc_lsra.cpp1196 Insn *nextInsn = insn.GetNext(); in InsertCallerSave() local
1325 Insn *nextInsn = insn.GetNext(); in SpillOperand() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_peep.cpp297 Insn *nextInsn = insn.GetNextMachineInsn(); in Run() local
954 Insn *nextInsn = insn.GetNextMachineInsn(); in Run() local
1661 Insn *nextInsn = insn.GetNext(); in Run() local
1834 Insn *nextInsn = insn.GetNextMachineInsn(); in Run() local
1867 Insn *nextInsn = insn.GetNextMachineInsn(); in Run() local
1900 Insn *nextInsn = insn.GetNextMachineInsn(); in Run() local
2037 Insn *nextInsn = insn.GetNextMachineInsn(); in Run() local
2082 Insn *nextInsn = insn.GetNextMachineInsn(); in Run() local
2335 Insn *nextInsn = nullptr; in FlagUsedLaterInCurBB() local
2362 Insn *nextInsn = insn.GetNextMachineInsn(); in Run() local
[all …]
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/
Daarch64_peep.h210 Insn *nextInsn = nullptr; variable