Lines Matching refs:Locs
833 if (const auto *Locs = FnVarLocs->getWedge(&DPV)) { in process() local
834 for (const VarLocInfo &Loc : *Locs) { in process()
839 if (const auto *Locs = FnVarLocs->getWedge(&I)) { in process() local
840 for (const VarLocInfo &Loc : *Locs) { in process()
2499 const auto *Locs = FnVarLocs.getWedge(WedgePosition); in removeRedundantDbgLocsUsingBackwardScan() local
2500 if (!Locs) in removeRedundantDbgLocsUsingBackwardScan()
2509 for (auto RIt = Locs->rbegin(), REnd = Locs->rend(); RIt != REnd; ++RIt) { in removeRedundantDbgLocsUsingBackwardScan()
2594 const auto *Locs = FnVarLocs.getWedge(WedgePosition); in removeRedundantDbgLocsUsingForwardScan() local
2595 if (!Locs) in removeRedundantDbgLocsUsingForwardScan()
2604 for (const VarLocInfo &Loc : *Locs) { in removeRedundantDbgLocsUsingForwardScan()
2682 const auto *Locs = FnVarLocs.getWedge(WedgePosition); in removeUndefDbgLocsFromEntryBlock() local
2683 if (!Locs) in removeUndefDbgLocsFromEntryBlock()
2692 for (const VarLocInfo &Loc : *Locs) { in removeUndefDbgLocsFromEntryBlock()