Home | History | Annotate | Download | only in R600

Lines Matching defs:Pre

717    MachineBasicBlock::iterator Pre = MBB->begin();
719 MachineBasicBlock::iterator It = Pre;
721 if (Pre->getOpcode() == AMDGPU::CONTINUE
723 ContInstr.push_back(Pre);
724 Pre = It;