Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonBlockRanges.cpp293 RegisterSet LiveOnEntry; in computeInitialLiveRanges() local
298 LiveOnEntry.insert(R); in computeInitialLiveRanges()
300 for (auto R : LiveOnEntry) in computeInitialLiveRanges()
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DMemorySSA.cpp2557 MemoryAccess *LiveOnEntry = MSSA->getLiveOnEntryDef(); in getClobberingMemoryAccessBase() local
2558 StartingAccess->setOptimized(LiveOnEntry); in getClobberingMemoryAccessBase()
2559 return LiveOnEntry; in getClobberingMemoryAccessBase()