Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DWindowScheduler.cpp551 auto *AntiMI = MRI->getVRegDef(AntiReg); in schedulePhi() local
553 if (AntiMI->getParent() == MBB) { in schedulePhi()
554 auto AntiCycle = getOriCycle(AntiMI); in schedulePhi()
555 if (getOriStage(getOriMI(AntiMI), Offset) == 0) in schedulePhi()