Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dcode_sink.cpp102 InstVector stores(GetGraph()->GetLocalAllocator()->Adapter()); in ProcessBlock() local
143 BasicBlock *CodeSink::SinkInstruction(Inst *inst, InstVector *stores, bool barriered) in SinkInstruction()