Searched refs:allocVirtReg (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | RegAllocFast.cpp | 263 void allocVirtReg(MachineInstr &MI, LiveReg &LR, Register Hint, 759 void RegAllocFast::allocVirtReg(MachineInstr &MI, LiveReg &LR, in allocVirtReg() function in RegAllocFast 890 allocVirtReg(MI, *LRI, 0, true); in defineLiveThroughVirtReg() 932 allocVirtReg(MI, *LRI, 0, LookAtPhysRegUses); in defineVirtReg() 1001 allocVirtReg(MI, *LRI, Hint, false); in useVirtReg()
|