Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/compiler/optimizer/ir/
Dgraph_cloner.h223 size_t inst_count = 0; in CloneBlocksAndInstructions() local
240 void CloneInstructions(const BasicBlock *block, BasicBlock *clone, size_t *inst_count) in CloneInstructions()
257 Inst *CloneInstruction(Inst *inst, size_t *inst_count, Graph *target_graph) in CloneInstruction()
Dgraph_cloner.cpp595 size_t inst_count = 0; in CloneLoopHeader() local
1012 uint32_t inst_count = 1; in IsLoopClonable() local
/arkcompiler/runtime_core/compiler/tests/
Dosr_test.cpp671 …uint64_t inst_count = runner.GetCompilerOptions().GetCompilerMaxGenCodeSize() / (insts_per_byte * … in TEST_F() local