Searched refs:VarLocsBeforeInst (Results 1 – 2 of 2) sorted by relevance
50 VarLocsBeforeInst; variable80 auto Span = VarLocsBeforeInst.lookup(Before); in locs_begin()88 auto Span = VarLocsBeforeInst.lookup(Before); in locs_end()
106 std::unordered_map<VarLocInsertPt, SmallVector<VarLocInfo>> VarLocsBeforeInst; member in FunctionVarLocsBuilder126 auto R = VarLocsBeforeInst.find(Before); in getWedge()127 if (R == VarLocsBeforeInst.end()) in getWedge()134 VarLocsBeforeInst[Before] = std::move(Wedge); in setWedge()156 VarLocsBeforeInst[Before].emplace_back(VarLoc); in addVarLoc()219 for (auto &P : Builder.VarLocsBeforeInst) { in init()231 if (!Builder.VarLocsBeforeInst.count(&DPV)) in init()233 for (const VarLocInfo &VarLoc : Builder.VarLocsBeforeInst[&DPV]) in init()241 VarLocsBeforeInst[I] = {BlockStart, BlockEnd}; in init()256 VarLocsBeforeInst.clear(); in clear()