Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dparallel_move_resolver.cc149 if (other_move.Blocks(destination) && !other_move.IsPending()) { in PerformMove()
202 if (other_move->Blocks(destination)) { in PerformMove()
224 if (other_move->Blocks(source)) { in PerformMove()
226 } else if (other_move->Blocks(swap_destination)) { in PerformMove()
245 if (move->Blocks(loc)) { in IsScratchLocation()
436 if (other_move.Blocks(destination) && !other_move.IsPending()) { in PerformMove()
546 if (move->Blocks(loc)) { in IsBlockedByMoves()
551 if (move->Blocks(loc)) { in IsBlockedByMoves()
Dexecution_subgraph.cc307 for (const HBasicBlock* blk : cohort.Blocks()) { in RecalculateExcludedCohort()
341 for (const HBasicBlock* b : Blocks()) { in Dump()
Dexecution_subgraph_test.cc627 return it.Blocks() == exclude_a; in TEST_F()
632 return it.Blocks() == exclude_c; in TEST_F()
740 return it.Blocks() == exclude_a; in TEST_F()
745 return it.Blocks() == exclude_c && in TEST_F()
Dexecution_subgraph.h138 BitVecBlockRange Blocks() const { in Blocks() function
Dnodes.h8176 bool Blocks(Location loc) const {