reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/ADT/DirectedGraph.h
  120   void removeEdge(EdgeType &E) { Edges.remove(&E); }
include/llvm/ADT/SetVector.h
  263       remove(*SI);
lib/Analysis/ModuleSummaryAnalysis.cpp
  426       if (LoadRefEdges.remove(VI))
lib/Analysis/ScalarEvolution.cpp
 3865       SV->remove({V, nullptr});
 3873         SV->remove({V, Offset});
lib/Analysis/VectorUtils.cpp
  973           StoreGroups.remove(StoreGroup);
lib/CodeGen/LiveRangeEdit.cpp
  386       ToShrink.remove(&LIS.getInterval(Reg));
lib/CodeGen/MachineBlockPlacement.cpp
 2531       if (!LoopBlockSet.remove(ChainBB)) {
 2935           BlockFilter->remove(RemBB);
lib/CodeGen/MachineCopyPropagation.cpp
  249         MaybeDeadCopies.remove(Copy);
lib/CodeGen/MachinePipeliner.cpp
 1870           R.remove(maxHeight);
 1915           R.remove(maxDepth);
lib/CodeGen/RegAllocGreedy.cpp
 2841   SetOfBrokenHints.remove(&LI);
lib/CodeGen/SelectionDAG/DAGCombiner.cpp
  255       PruningList.remove(N);
lib/CodeGen/SelectionDAG/LegalizeTypes.cpp
  596       NodesToAnalyze.remove(N);
lib/Target/AArch64/AArch64PBQPRegAlloc.cpp
  251       Chains.remove(Ra);
  348           Chains.remove(toDel.back());
lib/Target/ARM/MVETailPredication.cpp
  423     MaybeDead.remove(I);
lib/Target/Hexagon/HexagonCommonGEP.cpp
  988     Us.remove(U); // erase takes an iterator.
lib/Target/Hexagon/HexagonConstPropagation.cpp
 1017         Targets.remove(SB);
lib/Target/Hexagon/HexagonLoopIdiomRecognition.cpp
 1140     Cycle.remove(I);
lib/Target/Hexagon/RDFGraph.cpp
 1541     PhiQ.remove(PA.Id);
lib/Transforms/IPO/Attributor.cpp
 2393       NoReturnCalls.remove(I);
lib/Transforms/Scalar/ADCE.cpp
  393     BlocksWithDeadTerminators.remove(BBInfo.BB);
lib/Transforms/Scalar/DeadStoreElimination.cpp
  137     if (ValueSet) ValueSet->remove(DeadInst);
  729     DeadStackObjects.remove(UnderlyingPointer);
  834       DeadStackObjects.remove(&*BBI);
  842         DeadStackObjects.remove(&*BBI);
lib/Transforms/Scalar/GVNSink.cpp
  138         ActiveBlocks.remove(BB);
  162         ActiveBlocks.remove((*II)->getParent());
  176         ActiveBlocks.remove(Inst->getParent());
  665       ActivePreds.remove(I->getParent());
lib/Transforms/Scalar/LICM.cpp
 1553     PredBBs.remove(PredBB);
lib/Transforms/Scalar/Reassociate.cpp
 1899   Insts.remove(I);
 1900   RedoInsts.remove(I);
 1916   RedoInsts.remove(I);
lib/Transforms/Scalar/RewriteStatepointsForGC.cpp
 2167     Info.LiveSet.remove(LiveValue);
 2289         Info.LiveSet.remove(BasePair.first);
 2643     LiveTmp.remove(&I);
 2805   LiveOut.remove(Inst);
lib/Transforms/Utils/CodeExtractor.cpp
  653   Blocks.remove(OldPred);
lib/Transforms/Vectorize/SLPVectorizer.cpp
 7070             Candidates.remove(GEPI);
 7071             Candidates.remove(GEPJ);
 7073             Candidates.remove(GEPJ);
tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ExplodedGraph.h
  484   bool erase(ExplodedNode *N) { return Impl.remove(N); }
tools/clang/lib/AST/ASTImporterLookupTable.cpp
   79   bool EraseResult = Decls.remove(ND);
tools/clang/lib/Sema/SemaDeclCXX.cpp
 4789       S.UnusedPrivateFields.remove(Init->getAnyMember());
tools/clang/lib/Sema/SemaExpr.cpp
 1837     UnusedPrivateFields.remove(FD);
tools/clang/lib/Sema/SemaExprCXX.cpp
 7817         AmbiguousTypoExprs.remove(TE);
 7912           AmbiguousTypoExprs.remove(E);
tools/clang/lib/Sema/SemaExprMember.cpp
 1805     UnusedPrivateFields.remove(Field);
tools/polly/include/polly/ScopInfo.h
 2526     ScopArrayInfoSet.remove(It->second.get());
tools/polly/lib/Analysis/ScopDetection.cpp
  366     ValidRegions.remove(&DC.CurRegion);
 1156                 VariantLS.remove(Load);
 1462   ValidRegions.remove(&R);