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 45 /// IsSSA - True when the machine function is in SSA form and virtual
47 bool IsSSA;
153 // isSSA - Returns true when the machine function is in SSA form. Early
160 bool isSSA() const { return IsSSA; }
163 void leaveSSA() { IsSSA = false; }
    [all...]
  /external/llvm/lib/CodeGen/
MachineRegisterInfo.cpp 26 : TM(TM), TheDelegate(nullptr), IsSSA(true), TracksLiveness(true) {

Completed in 594 milliseconds