Searched refs:LiveOnEntry (Results 1 – 8 of 8) 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()
5 ; Second, the loads of P are MemoryUse(LiveOnEntry) due to the placement of the markers vs the load…
293 RegisterSet LiveOnEntry; in computeInitialLiveRanges() local298 LiveOnEntry.insert(R); in computeInitialLiveRanges()300 for (auto R : LiveOnEntry) in computeInitialLiveRanges()
675 MemoryAccess *LiveOnEntry = Walker->getClobberingMemoryAccess(SI); in TEST_F() local678 EXPECT_TRUE(MSSA.isLiveOnEntryDef(LiveOnEntry)); in TEST_F()682 LiveOnEntry = Walker->getClobberingMemoryAccess(SI); in TEST_F()684 EXPECT_TRUE(MSSA.isLiveOnEntryDef(LiveOnEntry)); in TEST_F()
2387 MemoryAccess *LiveOnEntry = MSSA->getLiveOnEntryDef(); in getClobberingMemoryAccessBase() local2388 StartingAccess->setOptimized(LiveOnEntry); in getClobberingMemoryAccessBase()2390 return LiveOnEntry; in getClobberingMemoryAccessBase()
2511 MemoryAccess *LiveOnEntry = MSSA->getLiveOnEntryDef(); in getClobberingMemoryAccessBase() local2512 StartingAccess->setOptimized(LiveOnEntry); in getClobberingMemoryAccessBase()2514 return LiveOnEntry; in getClobberingMemoryAccessBase()