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

  /external/llvm/lib/Analysis/
AliasAnalysisEvaluator.cpp 13 // pointers in the function.
134 SetVector<Value *> Pointers;
139 Pointers.insert(I);
143 Pointers.insert(&*I);
149 Pointers.insert(Callee);
154 Pointers.insert(*AI);
161 Pointers.insert(*OI);
167 errs() << "Function: " << F.getName() << ": " << Pointers.size()
168 << " pointers, " << CallSites.size() << " call sites\n";
171 for (SetVector<Value *>::iterator I1 = Pointers.begin(), E = Pointers.end()
    [all...]
  /external/llvm/include/llvm/IR/
DataLayout.h 107 /// pointers vs. 64-bit pointers by extending LayoutAlignment, but for now,
110 DenseMap<unsigned, PointerAlignElem> Pointers;
178 Pointers(TD.Pointers),
239 DenseMap<unsigned, PointerAlignElem>::const_iterator val = Pointers.find(AS);
240 if (val == Pointers.end()) {
241 val = Pointers.find(0);
245 /// Return target's alignment for stack-based pointers
249 DenseMap<unsigned, PointerAlignElem>::const_iterator val = Pointers.find(AS)
    [all...]
  /external/llvm/lib/Transforms/Scalar/
DeadStoreElimination.cpp 347 // If the start pointers are the same, we just have to compare sizes to see if
384 // If we can't resolve the same pointers to the same object, then we can't
395 // Okay, we have stores to two completely different pointers. Try to
397 // pointers are equal, then we can reason about the two stores.
403 // If the base pointers still differ, we have two completely different stores.
453 /// trivially removed) but a case where two pointers may alias.
733 // Find all of the alloca'd pointers in the entry block.
759 SmallVector<Value *, 4> Pointers;
760 GetUnderlyingObjects(getStoredPointerOperand(BBI), Pointers);
764 for (SmallVectorImpl<Value *>::iterator I = Pointers.begin()
    [all...]
  /external/clang/test/SemaCXX/
constant-expression-cxx11.cpp 220 namespace Pointers {
    [all...]
  /external/javassist/src/main/javassist/bytecode/
CodeIterator.java 1055 Pointers pointers = new Pointers(0, 0, 0, etable, ca); local
1094 Pointers pointers = new Pointers(currentPos, mark, where, etable, ca); local
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp 116 /// number of pointers. Notice that the check is quadratic!
377 // check that a group of pointers do not overlap.
384 Pointers.clear();
394 /// Holds the pointers that we need to check.
395 SmallVector<Value*, 2> Pointers;
531 /// variables can be pointers.
540 /// We need to check that all of the pointers in this list are disjoint
746 Pointers.push_back(Ptr);
    [all...]
  /external/robolectric/lib/main/
javassist-3.14.0-GA.jar 

Completed in 491 milliseconds