Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DInterferenceCache.h85 RegUnitInfo(LiveIntervalUnion &LIU) : VirtTag(LIU.getTag()) { in RegUnitInfo()
86 VirtI.setMap(LIU.getMap()); in RegUnitInfo()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
DLiveIntervalUnion.h125 Query(const LiveRange &LR, const LiveIntervalUnion &LIU) in Query() argument
126 : LiveUnion(&LIU), LR(&LR) {} in Query()