Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DRegisterPressure.cpp331 pushRegUnits(MO.getReg(), Uses); in collect()
335 pushRegUnits(MO.getReg(), DeadDefs); in collect()
338 pushRegUnits(MO.getReg(), Defs); in collect()
343 void pushRegUnits(unsigned Reg, SmallVectorImpl<unsigned> &RegUnits) { in pushRegUnits() function in __anon281631940111::RegisterOperands