Home | History | Annotate | Download | only in Hexagon

Lines Matching refs:PH

701   MachineBasicBlock *PH = Loop->getLoopPreheader();
702 assert (PH && "Should have a preheader by now");
703 MachineBasicBlock::iterator InsertPos = PH->getFirstTerminator();
704 DebugLoc DL = (InsertPos != PH->end()) ? InsertPos->getDebugLoc()
786 BuildMI(*PH, InsertPos, DL, SubD, SubR);
812 BuildMI(*PH, InsertPos, DL, AddD, AddR)
833 BuildMI(*PH, InsertPos, DL, LsrD, LsrR)