Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DRegisterPressure.cpp62 for (unsigned i = 0, e = LiveInRegs.size(); i < e; ++i) in dump()
63 dbgs() << PrintReg(LiveInRegs[i], TRI) << " "; in dump()
105 LiveInRegs.clear(); in reset()
113 LiveInRegs.clear(); in reset()
123 LiveInRegs.clear(); in openTop()
131 LiveInRegs.clear(); in openTop()
139 LiveInRegs.clear(); in openBottom()
147 LiveInRegs.clear(); in openBottom()
242 assert(P.LiveInRegs.empty() && "inconsistent max pressure result"); in closeTop()
243 P.LiveInRegs.reserve(LiveRegs.PhysRegs.size() + LiveRegs.VirtRegs.size()); in closeTop()
[all …]
DMachineScheduler.cpp876 TopRPTracker.addLiveRegs(RPTracker.getPressure().LiveInRegs); in initRegPressure()
/external/llvm/include/llvm/CodeGen/
DRegisterPressure.h35 SmallVector<unsigned,8> LiveInRegs; member