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.h222 size_t inst_count = 0; in CloneBlocksAndInstructions() local
239 void CloneInstructions(const BasicBlock *block, BasicBlock *clone, size_t *inst_count) in CloneInstructions()
256 Inst *CloneInstruction(Inst *inst, size_t *inst_count, Graph *target_graph) in CloneInstruction()
Dgraph_cloner.cpp591 size_t inst_count = 0; in CloneLoopHeader() local
1000 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