Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Ddata_dep_analysis.cpp37 const Insn *locInsn = curBB->GetFirstLoc(); in Run() local
Ddata_dep_base.cpp20 const Insn *&locInsn) in ProcessNonMachineInsn()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_dependence.cpp1036 …AArch64DepAnalysis::UpdateStackAndHeapDependency(DepNode &depNode, Insn &insn, const Insn &locInsn) in UpdateStackAndHeapDependency()
1083 const Insn *locInsn = bb.GetFirstLoc(); in Run() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Ddeps.h859 const Insn *locInsn; variable