Searched refs:liveness (Results 1 – 3 of 3) sorted by relevance
/frameworks/libs/binary_translation/backend/x86_64/ |
D | liveness_analyzer_test.cc | 32 void ExpectNoLiveIns(const x86_64::LivenessAnalyzer* liveness, in ExpectNoLiveIns() argument 35 EXPECT_TRUE((!liveness->IsLiveIn(bb, not_live_in_vregs) && ... && true)); in ExpectNoLiveIns() 36 EXPECT_EQ(liveness->GetFirstLiveIn(bb), kInvalidMachineReg); in ExpectNoLiveIns() 40 void ExpectSingleLiveIn(const x86_64::LivenessAnalyzer* liveness, in ExpectSingleLiveIn() argument 44 EXPECT_TRUE((!liveness->IsLiveIn(bb, not_live_in_vregs) && ... && true)); in ExpectSingleLiveIn() 45 EXPECT_TRUE(liveness->IsLiveIn(bb, vreg)); in ExpectSingleLiveIn() 46 EXPECT_EQ(liveness->GetFirstLiveIn(bb), vreg); in ExpectSingleLiveIn() 47 EXPECT_EQ(liveness->GetNextLiveIn(bb, vreg), kInvalidMachineReg); in ExpectSingleLiveIn() 50 void ExpectTwoLiveIns(const x86_64::LivenessAnalyzer* liveness, in ExpectTwoLiveIns() argument 54 EXPECT_TRUE(liveness->IsLiveIn(bb, vreg1)); in ExpectTwoLiveIns() [all …]
|
D | rename_vregs.cc | 80 LivenessAnalyzer liveness(machine_ir); in RenameVRegs() local 84 liveness.Run(); in RenameVRegs() 91 for (auto vreg = liveness.GetFirstLiveIn(succ_bb); vreg != kInvalidMachineReg; in RenameVRegs() 92 vreg = liveness.GetNextLiveIn(succ_bb, vreg)) { in RenameVRegs()
|
/frameworks/proto_logging/stats/atoms/ike/ |
D | ike_extension_atoms.proto | 61 // To determine task at which liveness check was initiated. 68 // Elapsed time in milliseconds from Started to end of liveness check 72 // Number of times client invoked liveness check api during ongoing task. 78 // To determine the state at which liveness check was initiated.
|