Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonBlockRanges.cpp291 RegisterSet LiveOnEntry; in computeInitialLiveRanges() local
296 LiveOnEntry.insert(R); in computeInitialLiveRanges()
298 for (auto R : LiveOnEntry) in computeInitialLiveRanges()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DMemorySSA.cpp1830 MemoryAccess *LiveOnEntry = getLiveOnEntryDef(); in createNewAccess() local
1831 MUD->setOptimized(LiveOnEntry); in createNewAccess()
2569 MemoryAccess *LiveOnEntry = MSSA->getLiveOnEntryDef(); in getClobberingMemoryAccessBase() local
2570 StartingAccess->setOptimized(LiveOnEntry); in getClobberingMemoryAccessBase()
2571 return LiveOnEntry; in getClobberingMemoryAccessBase()