Home
last modified time | relevance | path

Searched defs:i1 (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Danalysis.h52 inline bool IsInstInDifferentBlocks(Inst *i1, Inst *i2) in IsInstInDifferentBlocks()
Dloop_unswitcher.cpp193 auto i1 = graph->FindOrCreateConstant(1); in ReplaceWithConstantCondition() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dadjust_arefs.cpp121 auto comp = [i](const Inst *i1) { return i1->IsDominate(i) && i != i1; }; in GetHeads()
/arkcompiler/ets_runtime/test/aottest/definefieldbyname2/
Ddefinefieldbyname2.js50 i1 = 9; field in A
/arkcompiler/runtime_core/static_core/compiler/tests/
Dencoder_operands.cpp386 ssize_t i1(0x0U), i2(0x2U); in TEST() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/
Dlower.cpp2349 int32 i1 = fdNode.GetFieldID1() > 0 ? fdNode.GetFieldID1() - 1 : 0; in LowerExpr() local
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_sample.cpp1683 Local<NumberRef> i1 = Derive::Compute(vm_, d1); in HWTEST_F_L0() local