Home
last modified time | relevance | path

Searched refs:GetNextLiveIn (Results 1 – 3 of 3) sorted by relevance

/frameworks/libs/binary_translation/backend/include/berberis/backend/x86_64/
Dliveness_analyzer.h45 return GetNextLiveIn(bb, kInvalidMachineReg); in GetFirstLiveIn()
48 MachineReg GetNextLiveIn(const MachineBasicBlock* bb, MachineReg prev) const { in GetNextLiveIn() function
/frameworks/libs/binary_translation/backend/x86_64/
Dliveness_analyzer_test.cc47 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()
Drename_vregs.cc92 vreg = liveness.GetNextLiveIn(succ_bb, vreg)) { in RenameVRegs()