HomeSort by relevance Sort by last modified time
    Searched refs:ValueVector (Results 1 - 7 of 7) sorted by null

  /external/llvm/lib/Transforms/Scalar/
Scalarizer.cpp 31 typedef SmallVector<Value *, 8> ValueVector;
36 typedef std::map<Value *, ValueVector> ScatterMap;
40 typedef SmallVector<std::pair<Instruction *, ValueVector *>, 16> GatherList;
52 ValueVector *cachePtr = nullptr);
64 ValueVector *CachePtr;
66 ValueVector Tmp;
155 void gather(Instruction *, const ValueVector &);
157 void transferMetadata(Instruction *, const ValueVector &);
182 ValueVector *cachePtr)
199 ValueVector &CV = (CachePtr ? *CachePtr : Tmp)
    [all...]
  /external/chromium_org/components/component_updater/
component_patcher.h 93 base::ValueVector::const_iterator next_command_;
  /external/clang/lib/Analysis/
UninitializedValues.cpp 104 typedef llvm::PackedVector<Value, 2, llvm::SmallBitVector> ValueVector;
108 SmallVector<ValueVector, 8> vals;
109 ValueVector scratch;
117 ValueVector &getValueVector(const CFGBlock *block) {
122 void mergeIntoScratch(ValueVector const &source, bool isFirst);
131 ValueVector::reference operator[](const VarDecl *vd);
157 static void printVector(const CFGBlock *block, ValueVector &bv,
172 void CFGBlockValues::mergeIntoScratch(ValueVector const &source,
181 ValueVector &dst = getValueVector(block);
195 ValueVector::reference CFGBlockValues::operator[](const VarDecl *vd)
    [all...]
  /external/chromium_org/base/
values.h 42 typedef std::vector<Value*> ValueVector;
377 typedef ValueVector::iterator iterator;
378 typedef ValueVector::const_iterator const_iterator;
485 ValueVector list_;
values.cc 844 for (ValueVector::iterator i(list_.begin()); i != list_.end(); ++i)
991 for (ValueVector::iterator i(list_.begin()); i != list_.end(); ++i) {
1056 for (ValueVector::const_iterator i(list_.begin()); i != list_.end(); ++i) {
1098 for (ValueVector::const_iterator i(list_.begin()); i != list_.end(); ++i)
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]
  /external/chromium_org/v8/test/cctest/
test-types.cc 128 for (ValueVector::iterator it = values.begin(); it != values.end(); ++it) {
196 typedef std::vector<Handle<i::Object> > ValueVector;
200 ValueVector values;
201 ValueVector integers; // "Integer" values used for range limits.
340 typedef typename TypesInstance::ValueVector::iterator ValueIterator;
    [all...]

Completed in 284 milliseconds