Lines Matching refs:live
890 void LAllocator::ProcessInstructions(HBasicBlock* block, BitVector* live) { in ProcessInstructions() argument
920 if (live->Contains(LUnallocated::cast(to)->virtual_register())) { in ProcessInstructions()
922 live->Remove(LUnallocated::cast(to)->virtual_register()); in ProcessInstructions()
933 live->Add(LUnallocated::cast(from)->virtual_register()); in ProcessInstructions()
944 live->Remove(LUnallocated::cast(output)->virtual_register()); in ProcessInstructions()
986 live->Add(LUnallocated::cast(input)->virtual_register()); in ProcessInstructions()
1232 BitVector* live = live_in_sets_[block->block_id()]; in ResolveControlFlow() local
1233 BitVector::Iterator iterator(live); in ResolveControlFlow()
1254 BitVector* live = ComputeLiveOut(block); in BuildLiveRanges() local
1257 AddInitialIntervals(block, live); in BuildLiveRanges()
1261 ProcessInstructions(block, live); in BuildLiveRanges()
1268 live->Remove(phi->id()); in BuildLiveRanges()
1292 live_in_sets_[block_id] = live; in BuildLiveRanges()
1302 BitVector::Iterator iterator(live); in BuildLiveRanges()
1315 live_in_sets_[i]->Union(*live); in BuildLiveRanges()
1321 BitVector::Iterator iterator(live); in BuildLiveRanges()