Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCFrameLowering.cpp510 int SecondScratchReg = BV.find_next(*SR1); in findScratchRegister() local
511 if (SecondScratchReg != -1) in findScratchRegister()
512 *SR2 = SecondScratchReg; in findScratchRegister()