Lines Matching refs:LiveRangeBuilder
1738 LiveRangeBuilder::LiveRangeBuilder(RegisterAllocationData* data, in LiveRangeBuilder() function in v8::internal::compiler::LiveRangeBuilder
1743 BitVector* LiveRangeBuilder::ComputeLiveOut(const InstructionBlock* block, in ComputeLiveOut()
1777 void LiveRangeBuilder::AddInitialIntervals(const InstructionBlock* block, in AddInitialIntervals()
1796 int LiveRangeBuilder::FixedDoubleLiveRangeID(int index) { in FixedDoubleLiveRangeID()
1801 TopLevelLiveRange* LiveRangeBuilder::FixedLiveRangeFor(int index) { in FixedLiveRangeFor()
1816 TopLevelLiveRange* LiveRangeBuilder::FixedDoubleLiveRangeFor(int index) { in FixedDoubleLiveRangeFor()
1831 TopLevelLiveRange* LiveRangeBuilder::LiveRangeFor(InstructionOperand* operand) { in LiveRangeFor()
1850 UsePosition* LiveRangeBuilder::NewUsePosition(LifetimePosition pos, in NewUsePosition()
1858 UsePosition* LiveRangeBuilder::Define(LifetimePosition position, in Define()
1880 UsePosition* LiveRangeBuilder::Use(LifetimePosition block_start, in Use()
1897 void LiveRangeBuilder::ProcessInstructions(const InstructionBlock* block, in ProcessInstructions()
2069 void LiveRangeBuilder::ProcessPhis(const InstructionBlock* block, in ProcessPhis()
2097 void LiveRangeBuilder::ProcessLoopHeader(const InstructionBlock* block, in ProcessLoopHeader()
2122 void LiveRangeBuilder::BuildLiveRanges() { in BuildLiveRanges()
2180 void LiveRangeBuilder::MapPhiHint(InstructionOperand* operand, in MapPhiHint()
2189 void LiveRangeBuilder::ResolvePhiHint(InstructionOperand* operand, in ResolvePhiHint()
2198 void LiveRangeBuilder::Verify() const { in Verify()