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

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

Completed in 655 milliseconds