Searched defs:VarLoc (Results 1 – 3 of 3) sorted by relevance
83 struct VarLoc { struct in __anone49346e20111::LiveDebugValues84 const DebugVariable Var;85 const MachineInstr &MI; ///< Only used for cloning a new DBG_VALUE.87 enum { InvalidKind = 0, RegisterKind } Kind;91 union {97 } Loc;99 VarLoc(const MachineInstr &MI) in VarLoc() function122 unsigned isDescribedByReg() const { in isDescribedByReg()128 void dump() const { MI.dump(); } in dump()130 bool operator==(const VarLoc &Other) const { in operator ==()[all …]
148 struct VarLoc { struct in __anonc83b5b040111::LiveDebugValues151 struct SpillLoc {160 const DebugVariable Var;163 const DIExpression *Expr;167 const MachineInstr &MI;169 mutable UserValueScopes UVS;170 enum VarLocKind {178 } Kind = InvalidKind;182 union {189 } Loc;[all …]
2099 Loc VarLoc = state->getLValue(D, C.getLocationContext()); in checkPreStmt() local