Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDMachineSink.cpp1137 LiveRegUnits LiveInRegUnits(*TRI); in aliasWithRegsInLiveIn() local
1138 LiveInRegUnits.addLiveIns(MBB); in aliasWithRegsInLiveIn()
1139 return !LiveInRegUnits.available(Reg); in aliasWithRegsInLiveIn()