Home
last modified time | relevance | path

Searched refs:LiveOnEntry (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonBlockRanges.cpp293 RegisterSet LiveOnEntry; in computeInitialLiveRanges() local
298 LiveOnEntry.insert(R); in computeInitialLiveRanges()
300 for (auto R : LiveOnEntry) in computeInitialLiveRanges()
/llvm-project-15.0.7/llvm/unittests/Analysis/
H A DMemorySSATest.cpp677 MemoryAccess *LiveOnEntry = Walker->getClobberingMemoryAccess(SI); in TEST_F() local
680 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()
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DMemorySSA.cpp2610 MemoryAccess *LiveOnEntry = MSSA->getLiveOnEntryDef(); in getClobberingMemoryAccessBase() local
2611 StartingAccess->setOptimized(LiveOnEntry); in getClobberingMemoryAccessBase()
2613 return LiveOnEntry; in getClobberingMemoryAccessBase()