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 162 // leaveSSA - Indicates that the machine function is no longer in SSA form.
163 void leaveSSA() { IsSSA = false; }
    [all...]
  /external/llvm/lib/CodeGen/
PHIElimination.cpp 135 MRI->leaveSSA();
TwoAddressInstructionPass.cpp     [all...]

Completed in 110 milliseconds