Searched refs:LiveOnEntry (Results 1 – 3 of 3) sorted by relevance
293 RegisterSet LiveOnEntry; in computeInitialLiveRanges() local298 LiveOnEntry.insert(R); in computeInitialLiveRanges()300 for (auto R : LiveOnEntry) in computeInitialLiveRanges()
677 MemoryAccess *LiveOnEntry = Walker->getClobberingMemoryAccess(SI); in TEST_F() local680 EXPECT_TRUE(MSSA.isLiveOnEntryDef(LiveOnEntry)); in TEST_F()684 LiveOnEntry = Walker->getClobberingMemoryAccess(SI); in TEST_F()686 EXPECT_TRUE(MSSA.isLiveOnEntryDef(LiveOnEntry)); in TEST_F()
2610 MemoryAccess *LiveOnEntry = MSSA->getLiveOnEntryDef(); in getClobberingMemoryAccessBase() local2611 StartingAccess->setOptimized(LiveOnEntry); in getClobberingMemoryAccessBase()2613 return LiveOnEntry; in getClobberingMemoryAccessBase()