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