reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
372 void addInsertPoint(MachineInstr &MI, bool Before);
739 addInsertPoint(MI, Before); 752 addInsertPoint(*It, /*Before*/ true); 754 addInsertPoint(*(--It), /*Before*/ false); 778 addInsertPoint(*It, /*Before*/ false); 794 addInsertPoint(*MI.getParent()->begin(), true); 799 addInsertPoint(*It, /*Before*/ false);