Searched refs:BlotMapVector (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/
H A DBlotMapVector.h1 //===- BlotMapVector.h - A MapVector with the blot operation ----*- C++ -*-===//
22 template <class KeyT, class ValueT> class BlotMapVector { class in namespace:llvm
33 ~BlotMapVector() {
H A DObjCARCOpts.cpp28 #include "BlotMapVector.h"
195 BlotMapVector<const Value *, TopDownPtrState> PerPtrTopDown;
199 BlotMapVector<const Value *, BottomUpPtrState> PerPtrBottomUp;
529 BlotMapVector<Value *, RRInfo> &Retains,
533 BlotMapVector<Value *, RRInfo> &Retains);
541 BlotMapVector<Value *, RRInfo> &Retains,
545 BlotMapVector<Value *, RRInfo> &Retains,
551 BlotMapVector<Value *, RRInfo> &Retains,
560 BlotMapVector<Value *, RRInfo> &Retains,
1318 Instruction *Inst, BasicBlock *BB, BlotMapVector<Valu
[all...]

Completed in 263 milliseconds