Searched refs:foreachUnit (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/CodeGen/ |
D | LiveRegMatrix.cpp | 76 bool foreachUnit(const TargetRegisterInfo *TRI, LiveInterval &VRegInterval, in foreachUnit() function 106 foreachUnit(TRI, VirtReg, PhysReg, [&](unsigned Unit, in assign() 123 foreachUnit(TRI, VirtReg, PhysReg, [&](unsigned Unit, in unassign() 158 bool Result = foreachUnit(TRI, VirtReg, PhysReg, [&](unsigned Unit, in checkRegUnitInterference()
|