Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/lib/CodeGen/
DRegisterPressure.cpp330 pushRegUnits(MO.getReg(), Uses); in collect()
334 pushRegUnits(MO.getReg(), DeadDefs); in collect()
337 pushRegUnits(MO.getReg(), Defs); in collect()
342 void pushRegUnits(unsigned Reg, SmallVectorImpl<unsigned> &RegUnits) { in pushRegUnits() function in RegisterOperands