Home
last modified time | relevance | path

Searched refs:LiveOnEntry (Results 1 – 8 of 8) 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/llvm-project/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/llvm-project/llvm/lib/Target/Hexagon/
DHexagonBlockRanges.cpp293 RegisterSet LiveOnEntry; in computeInitialLiveRanges() local
298 LiveOnEntry.insert(R); in computeInitialLiveRanges()
300 for (auto R : LiveOnEntry) in computeInitialLiveRanges()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonBlockRanges.cpp293 RegisterSet LiveOnEntry; in computeInitialLiveRanges() local
298 LiveOnEntry.insert(R); in computeInitialLiveRanges()
300 for (auto R : LiveOnEntry) in computeInitialLiveRanges()
/external/llvm-project/llvm/unittests/Analysis/
DMemorySSATest.cpp675 MemoryAccess *LiveOnEntry = Walker->getClobberingMemoryAccess(SI); in TEST_F() local
678 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()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DMemorySSA.cpp2387 MemoryAccess *LiveOnEntry = MSSA->getLiveOnEntryDef(); in getClobberingMemoryAccessBase() local
2388 StartingAccess->setOptimized(LiveOnEntry); in getClobberingMemoryAccessBase()
2390 return LiveOnEntry; in getClobberingMemoryAccessBase()
/external/llvm-project/llvm/lib/Analysis/
DMemorySSA.cpp2511 MemoryAccess *LiveOnEntry = MSSA->getLiveOnEntryDef(); in getClobberingMemoryAccessBase() local
2512 StartingAccess->setOptimized(LiveOnEntry); in getClobberingMemoryAccessBase()
2514 return LiveOnEntry; in getClobberingMemoryAccessBase()