Searched refs:LiveOnEntry (Results 1 – 6 of 6) 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()
294 RegisterSet LiveOnEntry; in computeInitialLiveRanges() local299 LiveOnEntry.insert(R); in computeInitialLiveRanges()301 for (auto R : LiveOnEntry) in computeInitialLiveRanges()
5 ; Second, the loads of P are MemoryUse(LiveOnEntry) due to the placement of the markers vs the load…
674 MemoryAccess *LiveOnEntry = Walker->getClobberingMemoryAccess(SI); in TEST_F() local677 EXPECT_TRUE(MSSA.isLiveOnEntryDef(LiveOnEntry)); in TEST_F()681 LiveOnEntry = Walker->getClobberingMemoryAccess(SI); in TEST_F()683 EXPECT_TRUE(MSSA.isLiveOnEntryDef(LiveOnEntry)); in TEST_F()
2134 MemoryAccess *LiveOnEntry = MSSA->getLiveOnEntryDef(); in getClobberingMemoryAccess() local2135 StartingAccess->setOptimized(LiveOnEntry); in getClobberingMemoryAccess()2137 return LiveOnEntry; in getClobberingMemoryAccess()