Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonCopyHoisting.cpp190 MachineInstr *SuccMI = SuccBBCopyInst[Key]; in analyzeCopy() local
191 if (!isSafetoMove(SuccMI)) { in analyzeCopy()
255 MachineInstr *SuccMI = BBCopyInst[Key]; in moveCopyInstr() local
256 SuccMI->eraseFromParent(); in moveCopyInstr()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DWindowScheduler.cpp508 auto *SuccMI = Succ.getSUnit()->getInstr(); in calculateStallCycle() local
509 int UseCycle = getOriCycle(SuccMI); in calculateStallCycle()
544 auto *SuccMI = Succ.getSUnit()->getInstr(); in schedulePhi() local
545 int Cycle = getOriCycle(SuccMI); in schedulePhi()
546 if (getOriStage(getOriMI(SuccMI), Offset) == 0) in schedulePhi()