Searched refs:LastShapeMI (Results 1 – 1 of 1) sorted by relevance
509 MachineInstr *LastShapeMI = nullptr; in configBasicBlock() local519 LastShapeMI = nullptr; in configBasicBlock()555 if (LastShapeMI && dominates(MBB, MI, LastShapeMI)) in configBasicBlock()556 I = ++LastShapeMI->getIterator(); in configBasicBlock()600 if (LastShapeMI && dominates(MBB, MI, LastShapeMI)) in configBasicBlock()601 Config(*(++LastShapeMI->getIterator())); in configBasicBlock()609 if (!LastShapeMI) in configBasicBlock()610 LastShapeMI = RowMI; in configBasicBlock()611 else if (dominates(MBB, LastShapeMI, RowMI)) in configBasicBlock()612 LastShapeMI = RowMI; in configBasicBlock()[all …]