Searched refs:leaveSSA (Results 1 - 3 of 3) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DMachineRegisterInfo.h162 // leaveSSA - Indicates that the machine function is no longer in SSA form.
163 void leaveSSA() { IsSSA = false; } function in class:llvm::MachineRegisterInfo
/external/llvm/lib/CodeGen/
H A DPHIElimination.cpp135 MRI->leaveSSA();
H A DTwoAddressInstructionPass.cpp1521 MRI->leaveSSA();

Completed in 1664 milliseconds