Searched defs:DestColor (Results 1 - 1 of 1) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DStrongPHIElimination.cpp342 unsigned DestColor = getRegColor(DestReg); local
343 unsigned NewReg = RegRenamingMap[DestColor];
550 unsigned DestColor = getRegColor(DestReg); local
551 if (!DestColor)
560 unsigned &CurrentParent = CurrentDominatingParent[DestColor];
741 unsigned DestColor = getRegColor(DestReg); local
743 if (PHIColor && DestColor == PHIColor) {

Completed in 81 milliseconds