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

/freebsd-9.3-release/contrib/llvm/lib/CodeGen/
H A DRegAllocFast.cpp85 typedef SparseSet<LiveReg> LiveRegMap; typedef in class:__anon2168::RAFast
89 LiveRegMap LiveVirtRegs;
142 // isBulkSpilling - This flag is set when LiveRegMap will be cleared
143 // completely after spilling all live registers. LiveRegMap entries should
171 void killVirtReg(LiveRegMap::iterator);
173 void spillVirtReg(MachineBasicBlock::iterator MI, LiveRegMap::iterator);
180 LiveRegMap::iterator findLiveVirtReg(unsigned VirtReg) {
183 LiveRegMap::const_iterator findLiveVirtReg(unsigned VirtReg) const {
186 LiveRegMap::iterator assignVirtToPhysReg(unsigned VReg, unsigned PhysReg);
187 LiveRegMap
[all...]

Completed in 45 milliseconds