Lines Matching refs:Locs
834 if (const auto *Locs = FnVarLocs->getWedge(&DVR)) { in process() local
835 for (const VarLocInfo &Loc : *Locs) { in process()
840 if (const auto *Locs = FnVarLocs->getWedge(&I)) { in process() local
841 for (const VarLocInfo &Loc : *Locs) { in process()
2506 const auto *Locs = FnVarLocs.getWedge(WedgePosition); in removeRedundantDbgLocsUsingBackwardScan() local
2507 if (!Locs) in removeRedundantDbgLocsUsingBackwardScan()
2516 for (auto RIt = Locs->rbegin(), REnd = Locs->rend(); RIt != REnd; ++RIt) { in removeRedundantDbgLocsUsingBackwardScan()
2601 const auto *Locs = FnVarLocs.getWedge(WedgePosition); in removeRedundantDbgLocsUsingForwardScan() local
2602 if (!Locs) in removeRedundantDbgLocsUsingForwardScan()
2611 for (const VarLocInfo &Loc : *Locs) { in removeRedundantDbgLocsUsingForwardScan()
2689 const auto *Locs = FnVarLocs.getWedge(WedgePosition); in removeUndefDbgLocsFromEntryBlock() local
2690 if (!Locs) in removeUndefDbgLocsFromEntryBlock()
2699 for (const VarLocInfo &Loc : *Locs) { in removeUndefDbgLocsFromEntryBlock()