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

  /external/llvm/include/llvm/CodeGen/
MachineRegisterInfo.h 88 // leaveSSA - Indicates that the machine function is no longer in SSA form.
89 void leaveSSA() { IsSSA = false; }
  /external/llvm/lib/CodeGen/
PHIElimination.cpp 113 MRI->leaveSSA();
TwoAddressInstructionPass.cpp     [all...]

Completed in 976 milliseconds