Home
last modified time | relevance | path

Searched defs:PHIValPos (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveDebugVariables.cpp540 struct PHIValPos { struct in __anon093131440411::LDVImpl
541 SlotIndex SI; /// Slot where this PHI occurs.
542 Register Reg; /// VReg this PHI occurs in.
543 unsigned SubReg; /// Qualifiying subregister for Reg.
H A DRegisterCoalescer.cpp137 struct PHIValPos { struct in __anonf9586a8a0111::RegisterCoalescer
138 SlotIndex SI; ///< Slot where this PHI occurs.
139 Register Reg; ///< VReg the PHI occurs in.
140 unsigned SubReg; ///< Qualifying subregister for Reg.