Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineScheduler.cpp1705 unsigned LocalReg = SrcReg; in constrainLocalCopy() local
1707 LiveInterval *LocalLI = &LIS->getInterval(LocalReg); in constrainLocalCopy()
1709 LocalReg = DstReg; in constrainLocalCopy()
1711 LocalLI = &LIS->getInterval(LocalReg); in constrainLocalCopy()
1769 if (Succ.getKind() != SDep::Data || Succ.getReg() != LocalReg) in constrainLocalCopy()