Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DTwoAddressInstructionPass.cpp1033 unsigned DefDist = DDI->second; in isDefTooClose() local
1034 assert(Dist > DefDist && "Visited def already?"); in isDefTooClose()
1035 if (TII->getInstrLatency(InstrItins, DefMI) > (Dist - DefDist)) in isDefTooClose()
/external/llvm/lib/CodeGen/
DTwoAddressInstructionPass.cpp991 unsigned DefDist = DDI->second; in isDefTooClose() local
992 assert(Dist > DefDist && "Visited def already?"); in isDefTooClose()
993 if (TII->getInstrLatency(InstrItins, DefMI) > (Dist - DefDist)) in isDefTooClose()