Searched defs:IsSSA (Results 1 - 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
H A DMachineRegisterInfo.h30 /// IsSSA - True when the machine function is in SSA form and virtual
32 bool IsSSA; member in class:llvm::MachineRegisterInfo
86 bool isSSA() const { return IsSSA; }
89 void leaveSSA() { IsSSA = false; }
/external/llvm/include/llvm/CodeGen/
H A DMIRYamlMapping.h388 bool IsSSA = false; member in struct:llvm::yaml::MachineFunction
411 YamlIO.mapOptional("isSSA", MF.IsSSA);
H A DMachineFunction.h108 // IsSSA: True when the machine function is in SSA form and virtual registers
120 IsSSA, member in class:llvm::MachineFunctionProperties::Property

Completed in 145 milliseconds