Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dexecution_subgraph.h145 BitVecBlockRange EntryBlocks() const { in EntryBlocks() function
Dexecution_subgraph.cc351 dump(EntryBlocks()); in Dump()
Dexecution_subgraph_test.cc746 BlockSet({ blks.Get("c_begin_1"), blks.Get("c_begin_2") }) == it.EntryBlocks() && in TEST_F()
Dload_store_analysis_test.cc830 for (const HBasicBlock* entry : first->EntryBlocks()) { in AreExclusionsIndependent()
Dload_store_elimination.cc3360 for (HBasicBlock* blk : ec.EntryBlocks()) { in CreateConstructorFences()