Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DThumb1InstrInfo.cpp63 auto InstUpToI = MBB.end(); in copyPhysReg() local
64 while (InstUpToI != I) in copyPhysReg()
67 UsedRegs.stepBackward(*--InstUpToI); in copyPhysReg()