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

  /external/llvm/lib/Analysis/
BasicAliasAnalysis.cpp 53 STATISTIC(SearchTimes, "Number of times a GEP is decomposed");
339 /// such, the gep cannot necessarily be reconstructed from its decomposed form.
347 DecomposedGEP &Decomposed, const DataLayout &DL, AssumptionCache *AC,
353 Decomposed.StructOffset = 0;
354 Decomposed.OtherOffset = 0;
355 Decomposed.VarIndices.clear();
367 Decomposed.Base = V;
398 Decomposed.Base = V;
404 Decomposed.Base = V;
422 Decomposed.StructOffset +
    [all...]
  /external/llvm/include/llvm/Analysis/
BasicAliasAnalysis.h 112 // Represents the internal structure of a GEP, decomposed into a base pointer,
156 static bool DecomposeGEPExpression(const Value *V, DecomposedGEP &Decomposed,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
BasicAliasAnalysis.h 112 // Represents the internal structure of a GEP, decomposed into a base pointer,
156 static bool DecomposeGEPExpression(const Value *V, DecomposedGEP &Decomposed,
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Analysis/
BasicAliasAnalysis.h 112 // Represents the internal structure of a GEP, decomposed into a base pointer,
156 static bool DecomposeGEPExpression(const Value *V, DecomposedGEP &Decomposed,
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Analysis/
BasicAliasAnalysis.h 112 // Represents the internal structure of a GEP, decomposed into a base pointer,
156 static bool DecomposeGEPExpression(const Value *V, DecomposedGEP &Decomposed,
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Analysis/
BasicAliasAnalysis.h 125 // Represents the internal structure of a GEP, decomposed into a base pointer,
169 static bool DecomposeGEPExpression(const Value *V, DecomposedGEP &Decomposed,
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Analysis/
BasicAliasAnalysis.h 125 // Represents the internal structure of a GEP, decomposed into a base pointer,
169 static bool DecomposeGEPExpression(const Value *V, DecomposedGEP &Decomposed,
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Analysis/
BasicAliasAnalysis.h 125 // Represents the internal structure of a GEP, decomposed into a base pointer,
169 static bool DecomposeGEPExpression(const Value *V, DecomposedGEP &Decomposed,
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Analysis/
BasicAliasAnalysis.h 125 // Represents the internal structure of a GEP, decomposed into a base pointer,
169 static bool DecomposeGEPExpression(const Value *V, DecomposedGEP &Decomposed,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
BasicAliasAnalysis.h 112 // Represents the internal structure of a GEP, decomposed into a base pointer,
156 static bool DecomposeGEPExpression(const Value *V, DecomposedGEP &Decomposed,
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Analysis/
BasicAliasAnalysis.h 112 // Represents the internal structure of a GEP, decomposed into a base pointer,
156 static bool DecomposeGEPExpression(const Value *V, DecomposedGEP &Decomposed,
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Analysis/
BasicAliasAnalysis.h 112 // Represents the internal structure of a GEP, decomposed into a base pointer,
156 static bool DecomposeGEPExpression(const Value *V, DecomposedGEP &Decomposed,
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Analysis/
BasicAliasAnalysis.h 125 // Represents the internal structure of a GEP, decomposed into a base pointer,
169 static bool DecomposeGEPExpression(const Value *V, DecomposedGEP &Decomposed,
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Analysis/
BasicAliasAnalysis.h 125 // Represents the internal structure of a GEP, decomposed into a base pointer,
169 static bool DecomposeGEPExpression(const Value *V, DecomposedGEP &Decomposed,
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Analysis/
BasicAliasAnalysis.h 125 // Represents the internal structure of a GEP, decomposed into a base pointer,
169 static bool DecomposeGEPExpression(const Value *V, DecomposedGEP &Decomposed,
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Analysis/
BasicAliasAnalysis.h 125 // Represents the internal structure of a GEP, decomposed into a base pointer,
169 static bool DecomposeGEPExpression(const Value *V, DecomposedGEP &Decomposed,
  /external/clang/lib/Index/
USRGeneration.cpp 33 const std::pair<FileID, unsigned> &Decomposed = SM.getDecomposedLoc(Loc);
34 const FileEntry *FE = SM.getFileEntryForID(Decomposed.first);
45 OS << '@' << Decomposed.second;
  /external/clang/lib/AST/
ASTImporter.cpp     [all...]

Completed in 392 milliseconds