Searched refs:GetNextLiveIn (Results 1 – 3 of 3) sorted by relevance
45 return GetNextLiveIn(bb, kInvalidMachineReg); in GetFirstLiveIn()48 MachineReg GetNextLiveIn(const MachineBasicBlock* bb, MachineReg prev) const { in GetNextLiveIn() function
47 EXPECT_EQ(liveness->GetNextLiveIn(bb, vreg), kInvalidMachineReg); in ExpectSingleLiveIn()59 MachineReg live_in2 = liveness->GetNextLiveIn(bb, live_in1); in ExpectTwoLiveIns()62 EXPECT_EQ(liveness->GetNextLiveIn(bb, live_in2), kInvalidMachineReg); in ExpectTwoLiveIns()
92 vreg = liveness.GetNextLiveIn(succ_bb, vreg)) { in RenameVRegs()