Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dload_store_analysis.h604 class LoadStoreAnalysis {
606 explicit LoadStoreAnalysis(HGraph* graph, ScopedArenaAllocator* local_allocator) in LoadStoreAnalysis() function
620 DISALLOW_COPY_AND_ASSIGN(LoadStoreAnalysis);
Dload_store_analysis.cc151 bool LoadStoreAnalysis::Run() { in Run()
Dload_store_analysis_test.cc247 LoadStoreAnalysis lsa(graph_, &allocator); in TEST_F()
414 LoadStoreAnalysis lsa(graph_, &allocator); in TEST_F()
573 LoadStoreAnalysis lsa(graph_, &allocator); in TEST_F()
Dscheduler.cc563 LoadStoreAnalysis lsa(graph, &allocator); in Schedule()
Dload_store_elimination.cc923 LoadStoreAnalysis lsa(graph_, &allocator); in Run()