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

  /external/llvm/include/llvm/CodeGen/
MIRYamlMapping.h 389 bool IsSSA = false;
411 YamlIO.mapOptional("isSSA", MF.IsSSA);
MachineRegisterInfo.h 46 /// IsSSA - True when the machine function is in SSA form and virtual
48 bool IsSSA;
144 // isSSA - Returns true when the machine function is in SSA form. Early
151 bool isSSA() const { return IsSSA; }
154 void leaveSSA() { IsSSA = false; }
    [all...]

Completed in 845 milliseconds