Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dgraph_cloner.h221 size_t instCount = 0; in CloneBlocksAndInstructions() local
340 void CloneInstructions(const BasicBlock *block, BasicBlock *clone, size_t *instCount) in CloneInstructions()
374 Inst *CloneInstruction(Inst *inst, size_t *instCount, Graph *targetGraph) in CloneInstruction()
Dgraph_cloner.cpp726 size_t instCount = 0; in CloneLoopHeader() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/regalloc/
Dreg_alloc.cpp35 size_t instCount = 0; in IsGraphColoringEnable() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dif_conversion.cpp79 uint32_t instCount = 0; in TryTriangle() local
216 bool IfConversion::IsConvertable(BasicBlock *bb, uint32_t *instCount) in IsConvertable()
/arkcompiler/runtime_core/static_core/compiler/tests/
Dosr_test.cpp687 …uint64_t instCount = runner.GetCompilerOptions().GetCompilerMaxGenCodeSize() / (instsPerByte * max… in TEST_F() local
Dloop_unroll_test.cpp494 auto instCount = CountOpcodes(GetGraph()->GetBlocksRPO()); in TEST_F() local
/arkcompiler/runtime_core/static_core/compiler/tests/codegen/
Dcodegen_test_1.cpp1455 uint64_t instCount = g_options.GetCompilerMaxGenCodeSize() / (instsPerByte * maxBitsInInst); in TEST_F() local