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

/external/llvm/lib/CodeGen/
H A DMachineSSAUpdater.cpp181 unsigned DupPHI = LookForIdenticalPHI(BB, PredValues); local
182 if (DupPHI)
183 return DupPHI;
/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DMachineSSAUpdater.cpp180 unsigned DupPHI = LookForIdenticalPHI(BB, PredValues); local
181 if (DupPHI)
182 return DupPHI;

Completed in 140 milliseconds