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

/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/
H A DRegAllocFast.cpp85 typedef SparseSet<LiveReg> LiveRegMap; typedef in class:__anon10184::RAFast
89 LiveRegMap LiveVirtRegs;
125 // isBulkSpilling - This flag is set when LiveRegMap will be cleared
126 // completely after spilling all live registers. LiveRegMap entries should
154 void killVirtReg(LiveRegMap::iterator);
156 void spillVirtReg(MachineBasicBlock::iterator MI, LiveRegMap::iterator);
163 LiveRegMap::iterator findLiveVirtReg(unsigned VirtReg) {
166 LiveRegMap::const_iterator findLiveVirtReg(unsigned VirtReg) const {
169 LiveRegMap::iterator assignVirtToPhysReg(unsigned VReg, unsigned PhysReg);
170 LiveRegMap
[all...]

Completed in 360 milliseconds