|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
include/llvm/Analysis/RegionInfoImpl.h 369 at = BBNodeMap.insert(std::move(V)).first;
lib/CodeGen/AggressiveAntiDepBreaker.cpp 640 RenameOrder.insert(RenameOrderType::value_type(SuperRC, Order.size()));
737 RenameOrder.insert(RenameOrderType::value_type(SuperRC, R));
lib/DebugInfo/DWARF/DWARFContext.cpp 1300 std::tie(CacheIt, New) = Cache.insert({*Sym, {0, 0}});
lib/DebugInfo/DWARF/DWARFDebugLine.cpp 520 LineTableMap.insert(LineTableMapTy::value_type(Offset, LineTable()));
lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp 1819 auto E = GOTOffsetMap.insert({Value, 0});
lib/MC/MCCodeView.cpp 267 auto I = MCCVLineStartStop.insert(
lib/Target/Hexagon/HexagonConstExtenders.cpp 1382 Counts.insert({*It, N});
lib/Target/Hexagon/HexagonExpandCondsets.cpp 504 ImpUses.insert({Op, i});
lib/Target/Hexagon/HexagonISelDAGToDAGHVX.cpp 1462 NumOps.insert({S, OpN});
lib/Transforms/Scalar/NewGVN.cpp 3275 BeforeIteration.insert({KV.first, *KV.second});
tools/clang/lib/Frontend/Rewrite/InclusionRewriter.cpp 68 ModuleEntryIncludes.insert({Tok.getLocation().getRawEncoding(),
tools/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/UninitializedObjectChecker.cpp 273 return UninitFields.insert({FR, std::move(NoteMsgBuf)}).second;
tools/clang/lib/Tooling/Syntax/BuildTree.cpp 146 Trees.insert({FirstToken, NodeAndRole(Node)});
tools/lld/COFF/PDB.cpp 533 auto insertion = precompTypeIndexMappings.insert({signature, CVIndexMap()});
tools/lldb/source/Plugins/Process/Linux/NativeProcessLinux.cpp 1021 m_threads_stepping_with_breakpoint.insert({thread.GetID(), next_pc});
tools/lldb/source/Plugins/Process/Linux/NativeThreadLinux.cpp 159 m_watchpoint_index_map.insert({addr, wp_index});
188 m_hw_break_index_map.insert({addr, bp_index});
tools/lldb/source/Plugins/UnwindAssembly/InstEmulation/UnwindAssemblyInstEmulation.cpp 124 saved_unwind_states.insert({0, {last_row, m_register_values}});
183 saved_unwind_states.insert(
233 saved_unwind_states.insert(
249 saved_unwind_states.insert(
unittests/Support/ItaniumManglingCanonicalizerTest.cpp 298 Keys.insert({&Class, Canonicalizer.canonicalize(*Class.begin())});
317 EXPECT_TRUE(Found.insert({ClassKey, *Class.begin()}).second)
utils/TableGen/CodeGenDAGPatterns.cpp 144 Map.insert({M, Map.at(DefaultMode)});
utils/TableGen/CodeGenDAGPatterns.h 206 return Map.insert({Mode,SetType()}).first->second;
utils/TableGen/CodeGenRegisters.cpp 802 RSI.Map.insert({DefaultMode, RI});
1331 SubRegAction[P.first].insert({&R, P.second});
1344 C.insert({P.first, F->second});
utils/TableGen/InfoByHwMode.cpp 35 auto I = Map.insert({P.first, MVT(llvm::getValueType(P.second))});
148 auto I = Map.insert({P.first, RegSizeInfo(P.second, CGH)});
200 auto I = Map.insert({P.first, P.second});
utils/TableGen/InfoByHwMode.h 89 Map.insert({Mode, Map.at(DefaultMode)});
123 ValueTypeByHwMode(MVT T) { Map.insert({DefaultMode,T}); }
utils/benchmark/src/statistics.cc 116 counter_stats.insert({cnt.first, {cnt.second, std::vector<double>{}}});