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

/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DRegisterCoalescer.cpp1052 LiveInterval &JoinVInt = LIS->getInterval(CP.getSrcReg()); local
1057 if (!Allocatable && CP.isFlipped() && JoinVInt.containsOneValue())
1088 unsigned Length = LIS->getApproximateInstructionCount(JoinVInt);
/external/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp1333 LiveInterval &JoinVInt = LIS->getInterval(CP.getSrcReg()); local
1334 if (JoinVInt.containsOneValue())

Completed in 55 milliseconds