Searched refs:LastShapeMI (Results 1 – 1 of 1) sorted by relevance
520 MachineInstr *LastShapeMI = nullptr; in configBasicBlock() local530 LastShapeMI = nullptr; in configBasicBlock()565 if (LastShapeMI && dominates(MBB, MI, LastShapeMI)) in configBasicBlock()566 I = ++LastShapeMI->getIterator(); in configBasicBlock()610 if (LastShapeMI && dominates(MBB, MI, LastShapeMI)) in configBasicBlock()611 Config(*(++LastShapeMI->getIterator())); in configBasicBlock()619 if (!LastShapeMI) in configBasicBlock()620 LastShapeMI = RowMI; in configBasicBlock()621 else if (dominates(MBB, LastShapeMI, RowMI)) in configBasicBlock()622 LastShapeMI = RowMI; in configBasicBlock()[all …]