Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocFast.cpp936 MCPhysReg BestReg = 0; in allocVirtReg() local
958 BestReg = PhysReg; in allocVirtReg()
963 if (!BestReg) { in allocVirtReg()
976 displacePhysReg(MI, BestReg); in allocVirtReg()
977 assignVirtToPhysReg(MI, LR, BestReg); in allocVirtReg()