HomeSort by: relevance | last modified time | path
    Searched refs:HasPHI (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/MIRParser/
MIRParser.cpp 344 bool HasPHI = false;
349 HasPHI = true;
354 if (!HasPHI)
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MachineCSE.cpp 487 bool HasPHI = false;
489 HasPHI |= UseMI.isPHI();
494 return !HasPHI;

Completed in 20 milliseconds