Searched refs:DefDist (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DTwoAddressInstructionPass.cpp885 unsigned DefDist = DDI->second; local
886 assert(Dist > DefDist && "Visited def already?");
887 if (TII->getInstrLatency(InstrItins, DefMI) > (Dist - DefDist))

Completed in 49 milliseconds