Home
last modified time | relevance | path

Searched refs:ColxMI (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FastPreTileConfig.cpp634 MachineInstr *ColxMI = MRI->getVRegDef(ColxMO->getReg()); in configBasicBlock() local
635 if (ColxMI->getParent() == &MBB) { in configBasicBlock()
637 LastShapeMI = ColxMI; in configBasicBlock()
638 else if (dominates(MBB, LastShapeMI, ColxMI)) in configBasicBlock()
639 LastShapeMI = ColxMI; in configBasicBlock()