Home
last modified time | relevance | path

Searched defs:inst_count (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/runtime_core/compiler/optimizer/ir/
Dgraph_cloner.h222 size_t inst_count = 0; in CloneBlocksAndInstructions() local
239 void CloneInstructions(const BasicBlock *block, BasicBlock *clone, size_t *inst_count) in CloneInstructions()
267 Inst *CloneInstruction(Inst *inst, size_t *inst_count, Graph *target_graph) in CloneInstruction()
Dgraph_cloner.cpp591 size_t inst_count = 0; in CloneLoopHeader() local
1011 uint32_t inst_count = 1; in IsLoopClonable() local
/arkcompiler/runtime_core/compiler/optimizer/optimizations/
Dif_conversion.cpp74 uint32_t inst_count = 0; in TryTriangle() local
165 bool IfConversion::IsConvertable(BasicBlock *bb, uint32_t *inst_count) in IsConvertable()
/arkcompiler/runtime_core/compiler/tests/
Dosr_test.cpp671 …uint64_t inst_count = runner.GetCompilerOptions().GetCompilerMaxGenCodeSize() / (insts_per_byte * … in TEST_F() local
Dloop_unroll_test.cpp471 auto inst_count = CountOpcodes(GetGraph()->GetBlocksRPO()); in TEST_F() local
Dcodegen_test.cpp1541 uint64_t inst_count = options.GetCompilerMaxGenCodeSize() / (insts_per_byte * max_bits_in_inst); in TEST_F() local