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.cpp1830 MemoryAccess *LiveOnEntry = getLiveOnEntryDef(); in createNewAccess() local
1831 MUD->setOptimized(LiveOnEntry); in createNewAccess()
2594 MemoryAccess *LiveOnEntry = MSSA->getLiveOnEntryDef(); in getClobberingMemoryAccessBase() local
2595 StartingAccess->setOptimized(LiveOnEntry); in getClobberingMemoryAccessBase()
2596 return LiveOnEntry; in getClobberingMemoryAccessBase()