Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DTwoAddressInstructionPass.cpp999 unsigned DefDist = DDI->second; in isDefTooClose() local
1000 assert(Dist > DefDist && "Visited def already?"); in isDefTooClose()
1001 if (TII->getInstrLatency(InstrItins, &DefMI) > (Dist - DefDist)) in isDefTooClose()