Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonCopyHoisting.cpp182 auto &SuccBBCopyInst = CopyMIList[SuccBB->getNumber()]; in analyzeCopy() local
183 if (!SuccBBCopyInst.count(Key)) { in analyzeCopy()
190 MachineInstr *SuccMI = SuccBBCopyInst[Key]; in analyzeCopy()