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

/external/llvm/lib/Target/ARM/
H A DARMLoadStoreOptimizer.cpp86 MachineBasicBlock::const_iterator LiveRegPos; member in struct:__anon12524::ARMLoadStoreOpt
556 LiveRegPos = MBB.end();
560 while (LiveRegPos != Before) {
561 --LiveRegPos;
562 LiveRegs.stepBackward(*LiveRegPos);

Completed in 62 milliseconds