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()600 if (LastShapeMI && dominates(MBB, MI, LastShapeMI)) in configBasicBlock()609 if (!LastShapeMI) in configBasicBlock()610 LastShapeMI = RowMI; in configBasicBlock()612 LastShapeMI = RowMI; in configBasicBlock()615 if (!LastShapeMI) in configBasicBlock()616 LastShapeMI = ColMI; in configBasicBlock()618 LastShapeMI = ColMI; in configBasicBlock()[all …]