Searched refs:VarLoc (Results 1 – 2 of 2) sorted by relevance
69 struct VarLoc { struct in __anon15cd703d0111::LiveDebugValues73 VarLoc(DebugVariable _var, const MachineInstr *_mi) : Var(_var), MI(_mi) {} in VarLoc() argument75 bool operator==(const VarLoc &V) const;78 typedef std::list<VarLoc> VarLocList;178 bool LiveDebugValues::VarLoc::operator==(const VarLoc &V) const { in operator ==()197 [&](const VarLoc &V) { return (Var == V.Var); }), in transferDebugValue()203 VarLoc V(Var, &MI); in transferDebugValue()218 [&](const VarLoc &V) { in transferRegisterDef()252 [&](const VarLoc &V) { return (OR == V); }) == VLL.end()) { in transferTerminatorInst()298 std::remove_if(InLocsT.begin(), InLocsT.end(), [&](VarLoc &ILT) { in join()[all …]
2041 Loc VarLoc = state->getLValue(D, C.getLocationContext()); in checkPreStmt() local2042 const MemRegion *MR = VarLoc.getAsRegion(); in checkPreStmt()