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.cpp292 RegisterSet LiveOnEntry; in computeInitialLiveRanges() local
297 LiveOnEntry.insert(R); in computeInitialLiveRanges()
299 for (auto R : LiveOnEntry) in computeInitialLiveRanges()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DMemorySSA.cpp1785 MemoryAccess *LiveOnEntry = getLiveOnEntryDef(); in createNewAccess() local
1786 MUD->setOptimized(LiveOnEntry); in createNewAccess()
2531 MemoryAccess *LiveOnEntry = MSSA->getLiveOnEntryDef(); in getClobberingMemoryAccessBase() local
2532 StartingAccess->setOptimized(LiveOnEntry); in getClobberingMemoryAccessBase()
2533 return LiveOnEntry; in getClobberingMemoryAccessBase()