Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/CodeGen/
HDRegAllocFast.cpp180 LiveRegMap::iterator findLiveVirtReg(unsigned VirtReg) { in findLiveVirtReg() function in __anon6d37b3ba0111::RAFast
183 LiveRegMap::const_iterator findLiveVirtReg(unsigned VirtReg) const { in findLiveVirtReg() function in __anon6d37b3ba0111::RAFast
259 LiveRegMap::iterator LRI = findLiveVirtReg(VirtReg); in killVirtReg()
269 LiveRegMap::iterator LRI = findLiveVirtReg(VirtReg); in spillVirtReg()
463 LiveRegMap::const_iterator I = findLiveVirtReg(VirtReg); in calcSpillCost()
483 LiveRegMap::const_iterator I = findLiveVirtReg(VirtReg); in calcSpillCost()
508 LiveRegMap::iterator LRI = findLiveVirtReg(VirtReg); in assignVirtToPhysReg()
827 LiveRegMap::iterator I = findLiveVirtReg(PhysRegState[Reg]); in AllocateBasicBlock()
858 LiveRegMap::iterator LRI = findLiveVirtReg(Reg); in AllocateBasicBlock()