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

/external/llvm/lib/Transforms/ObjCARC/
H A DBlotMapVector.h1 //===- BlotMapVector.h - A MapVector with the blot operation -*- C++ -*----===//
17 template <class KeyT, class ValueT> class BlotMapVector { class in namespace:llvm
35 ~BlotMapVector() {
H A DObjCARCOpts.cpp29 #include "BlotMapVector.h"
191 BlotMapVector<const Value *, TopDownPtrState> PerPtrTopDown;
195 BlotMapVector<const Value *, BottomUpPtrState> PerPtrBottomUp;
498 BlotMapVector<Value *, RRInfo> &Retains,
502 BlotMapVector<Value *, RRInfo> &Retains);
510 BlotMapVector<Value *, RRInfo> &Retains,
514 BlotMapVector<Value *, RRInfo> &Retains,
520 BlotMapVector<Value *, RRInfo> &Retains,
530 BlotMapVector<Value *, RRInfo> &Retains,
1096 Instruction *Inst, BasicBlock *BB, BlotMapVector<Valu
[all...]

Completed in 8758 milliseconds