Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dmemory_coalescing.h76 Inst *ReplaceLoadArray(Inst *first, Inst *second, Inst *insertAfter);
Dmemory_coalescing.cpp658 paired = ReplaceLoadArray(first, second, insertAfter); in InsertPair()
693 Inst *ReplaceLoadArray(Inst *first, Inst *second, Inst *insertAfter) in ReplaceLoadArray() function in ark::compiler::PairCreatorVisitor