Home
last modified time | relevance | path

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

/external/llvm/unittests/Transforms/Utils/
DMemorySSA.cpp300 MemoryAccess *LiveOnEntry = Walker->getClobberingMemoryAccess(SI); in TEST_F() local
303 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()
/external/llvm/lib/Target/Hexagon/
DHexagonBlockRanges.cpp286 RegisterSet LiveOnEntry; in computeInitialLiveRanges() local
292 LiveOnEntry.insert(S); in computeInitialLiveRanges()
294 for (auto R : LiveOnEntry) in computeInitialLiveRanges()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonBlockRanges.cpp294 RegisterSet LiveOnEntry; in computeInitialLiveRanges() local
299 LiveOnEntry.insert(R); in computeInitialLiveRanges()
301 for (auto R : LiveOnEntry) in computeInitialLiveRanges()
/external/swiftshader/third_party/llvm-7.0/llvm/test/Analysis/MemorySSA/
Dlifetime-simple.ll5 ; Second, the loads of P are MemoryUse(LiveOnEntry) due to the placement of the markers vs the load…
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Analysis/
DMemorySSA.cpp674 MemoryAccess *LiveOnEntry = Walker->getClobberingMemoryAccess(SI); in TEST_F() local
677 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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DMemorySSA.cpp2134 MemoryAccess *LiveOnEntry = MSSA->getLiveOnEntryDef(); in getClobberingMemoryAccess() local
2135 StartingAccess->setOptimized(LiveOnEntry); in getClobberingMemoryAccess()
2137 return LiveOnEntry; in getClobberingMemoryAccess()