Searched refs:LiveOnEntry (Results 1 – 2 of 2) sorted by relevance
300 MemoryAccess *LiveOnEntry = Walker->getClobberingMemoryAccess(SI); in TEST_F() local303 EXPECT_TRUE(MSSA.isLiveOnEntryDef(LiveOnEntry)); in TEST_F()307 LiveOnEntry = Walker->getClobberingMemoryAccess(SI); in TEST_F()309 EXPECT_TRUE(MSSA.isLiveOnEntryDef(LiveOnEntry)); in TEST_F()
286 RegisterSet LiveOnEntry; in computeInitialLiveRanges() local292 LiveOnEntry.insert(S); in computeInitialLiveRanges()294 for (auto R : LiveOnEntry) in computeInitialLiveRanges()