Home | History | Annotate | Download | only in Hexagon

Lines Matching refs:PH

707   MachineBasicBlock *PH = Loop->getLoopPreheader();
708 assert (PH && "Should have a preheader by now");
709 MachineBasicBlock::iterator InsertPos = PH->getFirstTerminator();
710 DebugLoc DL = (InsertPos != PH->end()) ? InsertPos->getDebugLoc()
792 BuildMI(*PH, InsertPos, DL, SubD, SubR);
818 BuildMI(*PH, InsertPos, DL, AddD, AddR)
839 BuildMI(*PH, InsertPos, DL, LsrD, LsrR)