Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTwoAddressInstructionPass.cpp1034 unsigned DefDist = DDI->second; in isDefTooClose() local
1035 assert(Dist > DefDist && "Visited def already?"); in isDefTooClose()
1036 if (TII->getInstrLatency(InstrItins, DefMI) > (Dist - DefDist)) in isDefTooClose()