Searched refs:LiveRegPos (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMLoadStoreOptimizer.cpp112 MachineBasicBlock::const_iterator LiveRegPos; member in struct:__anon4029::ARMLoadStoreOpt
604 LiveRegPos = MBB.end();
608 while (LiveRegPos != Before) {
609 --LiveRegPos;
610 LiveRegs.stepBackward(*LiveRegPos);

Completed in 79 milliseconds