Home
last modified time | relevance | path

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

/aosp12/art/compiler/optimizing/
H A Dload_store_elimination.cc924 Value PrepareLoopStoredBy(HBasicBlock* block, size_t idx);
1527 LSEVisitor::Value LSEVisitor::PrepareLoopStoredBy(HBasicBlock* block, size_t idx) { in PrepareLoopStoredBy() function in art::LSEVisitor
1569 heap_values.push_back({ PrepareLoopValue(block, idx), PrepareLoopStoredBy(block, idx) }); in PrepareLoopRecords()