|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
include/llvm/ADT/SmallSet.h 209 return Set.erase(V);
include/llvm/Analysis/DominanceFrontierImpl.h 53 I->second.erase(BB);
62 I->second.erase(Node);
70 I->second.erase(Node);
84 if (tmpSet.erase(Node) == 0)
include/llvm/CodeGen/RegAllocPBQP.h 369 OptimallyReducibleNodes.erase(NId);
375 ConservativelyAllocatableNodes.erase(NId);
381 NotProvablyAllocatableNodes.erase(NId);
lib/CodeGen/RegAllocPBQP.cpp 600 VRegsToAlloc.erase(VRegLI.reg);
654 VRegsToAlloc.erase(VReg);
680 VRegsToAlloc.erase(VReg);
lib/Target/Hexagon/HexagonBlockRanges.cpp 372 Clobbers.erase(R);
lib/Target/Hexagon/HexagonISelDAGToDAGHVX.cpp 253 Ns.erase(M);
254 Edges[M].erase(N);
1874 All.erase(A);
1879 All.erase(B);
lib/Target/Hexagon/HexagonLoopIdiomRecognition.cpp 184 Value *V = Q.front(); Q.pop_front(); S.erase(V);
372 Used.erase(U);
lib/Target/SystemZ/SystemZMachineScheduler.cpp 247 Available.erase(SU);
lib/Transforms/IPO/DeadArgumentElimination.cpp 755 if (LiveValues.erase(Arg)) {
802 if (LiveValues.erase(Ret)) {
lib/Transforms/Utils/SimplifyCFG.cpp 1148 PTIHandled.erase(
tools/clang/lib/Driver/Driver.cpp 2534 GpuArchs.erase(Arch);
tools/clang/tools/extra/clang-tidy/readability/BracesAroundStatementsCheck.cpp 154 if (ForceBracesStmts.erase(S))
258 if (ShortStatementLines && !ForceBracesStmts.erase(S)) {
tools/clang/utils/TableGen/ClangASTNodesEmitter.cpp 232 DeclContexts.erase(B);
tools/lldb/source/Plugins/ExpressionParser/Clang/ClangASTSource.cpp 45 ~ScopedLexicalDeclEraser() { m_active_lexical_decls.erase(m_decl); }
265 m_active_lookups.erase(uniqued_const_decl_name);
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerPlatform.cpp 420 m_spawned_pids.erase(pid);
tools/lldb/source/Symbol/ClangASTImporter.cpp 291 m_decls_to_complete.erase(decl);
tools/lldb/source/Target/Process.cpp 5931 const_type_names.erase(type_name);
tools/lldb/source/Utility/Broadcaster.cpp 360 if (m_listeners.erase(listener_sp) == 0)
431 if (m_listeners.erase(listener_sp) == 0)
tools/lldb/tools/lldb-vscode/lldb-vscode.cpp 1713 unset_filters.erase(filter);
tools/llvm-objcopy/ELF/Object.h 461 void removeSection(const SectionBase *Sec) { Sections.erase(Sec); }
tools/sancov/sancov.cpp 266 Addrs->erase(0);
929 Fns.erase(FileFn{Loc.FileName, Loc.FunctionName});
unittests/ADT/DenseMapTest.cpp 50 EXPECT_EQ(1u, Constructed.erase(this));
unittests/IR/CFGBuilder.cpp 116 Arcs.erase(A);
utils/unittest/googlemock/src/gmock-spec-builders.cc 752 if (mockers.erase(mocker) > 0) {