Searched refs:IsSSA (Results 1 – 20 of 20) sorted by relevance
32 bool IsSSA; variable86 bool isSSA() const { return IsSSA; } in isSSA()89 void leaveSSA() { IsSSA = false; } in leaveSSA()
37 .set(MachineFunctionProperties::Property::IsSSA) in getRequiredProperties()
50 MachineFunctionProperties::Property::IsSSA); in getRequiredProperties()
68 .set(MachineFunctionProperties::Property::IsSSA) in getRequiredProperties()
628 .set(MachineFunctionProperties::Property::IsSSA) in getRequiredProperties()
14 %0:intregs = COPY $r0 ; defeat IsSSA detection
17 %0:intregs = A2_tfrsi 0 ;; Multiple defs to ensure IsSSA = false
388 bool IsSSA = false;411 YamlIO.mapOptional("isSSA", MF.IsSSA);
164 MachineFunctionProperties::Property::IsSSA); in isSSA()169 MF->getProperties().clear(MachineFunctionProperties::Property::IsSSA); in leaveSSA()
120 IsSSA,
21 : TRI(&TRI), IsSSA(true) { in MachineRegisterInfo()
54 MachineFunctionProperties::Property::IsSSA); in getRequiredProperties()
188 MachineFunctionProperties::Property::IsSSA); in isSSA()193 MF->getProperties().reset(MachineFunctionProperties::Property::IsSSA); in leaveSSA()
150 IsSSA,
65 case Property::IsSSA: in print()104 Properties.set(MachineFunctionProperties::Property::IsSSA); in MachineFunction()
206 MF.IsSSA = RegInfo.isSSA(); in convert()
160 Properties.reset(llvm::MachineFunctionProperties::Property::IsSSA); in assembleToStream()
340 Properties.set(MachineFunctionProperties::Property::IsSSA); in computeFunctionProperties()342 Properties.reset(MachineFunctionProperties::Property::IsSSA); in computeFunctionProperties()
91 case P::IsSSA: return "IsSSA"; in getPropertyName()140 Properties.set(MachineFunctionProperties::Property::IsSSA); in init()
359 if (!YamlMF.IsSSA) in initializeRegisterInfo()