Searched refs:ProperSubClass (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/llvmCore-3425.0.34/include/llvm/CodeGen/
H A DRegisterClassInfo.h31 bool ProperSubClass; member in struct:llvm::RegisterClassInfo::RCInfo
34 RCInfo() : Tag(0), NumRegs(0), ProperSubClass(false) {}
98 return get(RC).ProperSubClass;
/macosx-10.10/llvmCore-3425.0.34/lib/CodeGen/
H A DRegisterClassInfo.cpp114 RCI.ProperSubClass = true;
120 dbgs() << (RCI.ProperSubClass ? " ] (sub-class)\n" : " ]\n");

Completed in 117 milliseconds