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

  /external/llvm/include/llvm/CodeGen/
MachineRegisterInfo.h 32 /// IsSSA - True when the machine function is in SSA form and virtual
34 bool IsSSA;
123 // isSSA - Returns true when the machine function is in SSA form. Early
130 bool isSSA() const { return IsSSA; }
133 void leaveSSA() { IsSSA = false; }
  /external/llvm/lib/CodeGen/
MachineRegisterInfo.cpp 23 : TM(TM), IsSSA(true), TracksLiveness(true) {

Completed in 173 milliseconds