Home
last modified time | relevance | path

Searched defs:lastCallInsn (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/
Daarch64_dependence.h90 Insn *lastCallInsn = nullptr; variable
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Ddata_dep_base.cpp38 Insn *lastCallInsn = curCDGNode->GetLastCallInsn(); in BuildDepsLastCallInsn() local
62 Insn *lastCallInsn = curCDGNode->GetLastCallInsn(); in BuildDepsBetweenControlRegAndCall() local
270 Insn *lastCallInsn = cdgNode->GetLastCallInsn(); in BuildPredPathSpecialDataInfoDependencyDFS() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_data_dep_base.cpp207 Insn *lastCallInsn = curCDGNode->GetLastCallInsn(); in BuildDepsDefMem() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dcg_cdg.h546 Insn *lastCallInsn = nullptr; variable