Searched refs:foreachUnit (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | LiveRegMatrix.cpp | 87 static bool foreachUnit(const TargetRegisterInfo *TRI, in foreachUnit() function 117 foreachUnit( in assign() 134 foreachUnit(TRI, VirtReg, PhysReg, in unassign() 178 bool Result = foreachUnit(TRI, VirtReg, PhysReg, [&](unsigned Unit, in checkRegUnitInterference() 208 bool Interference = foreachUnit(TRI, VirtReg, PhysReg, in checkInterference()
|