Home
last modified time | relevance | path

Searched refs:CreateNewArray (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Descape.h436 Inst *CreateNewArray(Inst *originalInst, Inst *saveState);
Descape.cpp1651 newAlloc = CreateNewArray(originalInst, ssAlloc); in Materialize()
1669 Inst *ScalarReplacement::CreateNewArray(Inst *originalInst, Inst *saveState) in CreateNewArray() function in ark::compiler::ScalarReplacement