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