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 30 /// IsSSA - True when the machine function is in SSA form and virtual
32 bool IsSSA;
79 // isSSA - Returns true when the machine function is in SSA form. Early
86 bool isSSA() const { return IsSSA; }
89 void leaveSSA() { IsSSA = false; }
  /external/llvm/lib/CodeGen/
MachineRegisterInfo.cpp 21 : TRI(&TRI), IsSSA(true) {

Completed in 43 milliseconds