Searched defs:ComputeLiveOut (Results 1 - 2 of 2) sorted by relevance
/external/v8/src/crankshaft/ | ||
H A D | lithium-allocator.cc | 541 BitVector* LAllocator::ComputeLiveOut(HBasicBlock* block) { function in class:v8::internal::LAllocator 1267 BitVector* live = ComputeLiveOut(block); |
/external/v8/src/compiler/ | ||
H A D | register-allocator.cc | 1743 BitVector* LiveRangeBuilder::ComputeLiveOut(const InstructionBlock* block, function in class:v8::internal::compiler::LiveRangeBuilder 2128 BitVector* live = ComputeLiveOut(block, data()); |
Completed in 81 milliseconds