HomeSort by: relevance | last modified time | path
    Searched defs:Pointers (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/AST/Interp/
InterpBlock.h 50 /// Checks if the block has any live pointers.
51 bool hasPointers() const { return Pointers; }
94 /// Start of the chain of pointers.
95 Pointer *Pointers = nullptr;
111 /// whenever pointers become dead.
133 /// Actual block storing data and tracking pointers.
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
AliasAnalysisEvaluator.cpp 102 SetVector<Value *> Pointers;
109 Pointers.insert(&I);
113 Pointers.insert(&Inst);
122 Pointers.insert(Callee);
126 Pointers.insert(DataOp);
132 Pointers.insert(Op);
138 errs() << "Function: " << F.getName() << ": " << Pointers.size()
139 << " pointers, " << Calls.size() << " call sites\n";
142 for (SetVector<Value *>::iterator I1 = Pointers.begin(), E = Pointers.end()
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
LoopAccessAnalysis.h 58 /// different underlying pointers. Clients, such as the loop vectorizer, will
337 /// A grouping of pointers. A single memcheck is required between
356 /// pointers in this group.
359 /// pointers in this group.
361 /// Indices of all the pointers that constitute this grouping.
365 /// A memcheck which made up of a pair of grouped pointers.
371 /// that a group of pointers do not overlap.
387 /// Holds the id of the set of pointers that could be dependent because of a
408 Pointers.clear();
422 bool empty() const { return Pointers.empty();
    [all...]
  /src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
llvm-pdbutil.cpp 180 static cl::opt<bool> Pointers("pointers", cl::desc("Dump enum types"),
246 cl::opt<bool> Pointers("pointers", cl::desc("Display pointer types"),
1024 if (opts::diadump::Pointers)
1203 opts::pretty::Funcsigs || opts::pretty::Pointers ||
1535 opts::pretty::Pointers = true;
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
DeadStoreElimination.cpp 346 // Pointers.
953 // If the start pointers are the same, we just have to compare sizes to see if
975 // If we can't resolve the same pointers to the same object, then we can't
986 // Okay, we have stores to two completely different pointers. Try to
988 // pointers are equal, then we can reason about the two stores.
994 // If the base pointers still differ, we have two completely different stores.
1738 SmallVector<const Value *, 4> Pointers;
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGOpenMPRuntime.cpp 2351 /// Given an array of pointers to variables, project the address of a
7090 /// descriptor_dim pointers and use args_size as dims. Used when we have
7151 /// clauses, including base pointers, pointers, sizes, map types, user-defined
7163 MapValuesArrayTy Pointers;
7174 Pointers.append(CurInfo.Pointers.begin(), CurInfo.Pointers.end());
7434 /// Generate the base pointers, section pointers, sizes, map type bits, an
    [all...]

Completed in 39 milliseconds