HomeSort by relevance Sort by last modified time
    Searched refs:DupPHI (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/CodeGen/
MachineSSAUpdater.cpp 181 unsigned DupPHI = LookForIdenticalPHI(BB, PredValues);
182 if (DupPHI)
183 return DupPHI;
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
MachineSSAUpdater.cpp 180 unsigned DupPHI = LookForIdenticalPHI(BB, PredValues);
181 if (DupPHI)
182 return DupPHI;

Completed in 93 milliseconds