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

  /external/llvm/include/llvm/Analysis/
GlobalsModRef.h 47 /// AllocsForIndirectGlobals - If an instruction allocates memory for an
49 DenseMap<const Value *, const GlobalValue *> AllocsForIndirectGlobals;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
GlobalsModRef.h 47 /// AllocsForIndirectGlobals - If an instruction allocates memory for an
49 DenseMap<const Value *, const GlobalValue *> AllocsForIndirectGlobals;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Analysis/
GlobalsModRef.h 47 /// AllocsForIndirectGlobals - If an instruction allocates memory for an
49 DenseMap<const Value *, const GlobalValue *> AllocsForIndirectGlobals;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Analysis/
GlobalsModRef.h 47 /// AllocsForIndirectGlobals - If an instruction allocates memory for an
49 DenseMap<const Value *, const GlobalValue *> AllocsForIndirectGlobals;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Analysis/
GlobalsModRef.h 47 /// AllocsForIndirectGlobals - If an instruction allocates memory for an
49 DenseMap<const Value *, const GlobalValue *> AllocsForIndirectGlobals;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Analysis/
GlobalsModRef.h 47 /// AllocsForIndirectGlobals - If an instruction allocates memory for an
49 DenseMap<const Value *, const GlobalValue *> AllocsForIndirectGlobals;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Analysis/
GlobalsModRef.h 47 /// AllocsForIndirectGlobals - If an instruction allocates memory for an
49 DenseMap<const Value *, const GlobalValue *> AllocsForIndirectGlobals;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Analysis/
GlobalsModRef.h 47 /// AllocsForIndirectGlobals - If an instruction allocates memory for an
49 DenseMap<const Value *, const GlobalValue *> AllocsForIndirectGlobals;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
GlobalsModRef.h 47 /// AllocsForIndirectGlobals - If an instruction allocates memory for an
49 DenseMap<const Value *, const GlobalValue *> AllocsForIndirectGlobals;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Analysis/
GlobalsModRef.h 47 /// AllocsForIndirectGlobals - If an instruction allocates memory for an
49 DenseMap<const Value *, const GlobalValue *> AllocsForIndirectGlobals;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Analysis/
GlobalsModRef.h 47 /// AllocsForIndirectGlobals - If an instruction allocates memory for an
49 DenseMap<const Value *, const GlobalValue *> AllocsForIndirectGlobals;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Analysis/
GlobalsModRef.h 47 /// AllocsForIndirectGlobals - If an instruction allocates memory for an
49 DenseMap<const Value *, const GlobalValue *> AllocsForIndirectGlobals;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Analysis/
GlobalsModRef.h 47 /// AllocsForIndirectGlobals - If an instruction allocates memory for an
49 DenseMap<const Value *, const GlobalValue *> AllocsForIndirectGlobals;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Analysis/
GlobalsModRef.h 47 /// AllocsForIndirectGlobals - If an instruction allocates memory for an
49 DenseMap<const Value *, const GlobalValue *> AllocsForIndirectGlobals;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Analysis/
GlobalsModRef.h 47 /// AllocsForIndirectGlobals - If an instruction allocates memory for an
49 DenseMap<const Value *, const GlobalValue *> AllocsForIndirectGlobals;
  /external/swiftshader/third_party/LLVM/lib/Analysis/IPA/
GlobalsModRef.cpp 82 /// AllocsForIndirectGlobals - If an instruction allocates memory for an
84 std::map<const Value*, const GlobalValue*> AllocsForIndirectGlobals;
356 // this global in AllocsForIndirectGlobals.
358 AllocsForIndirectGlobals[AllocRelatedValues.back()] = GV;
531 if (AllocsForIndirectGlobals.count(UV1))
532 GV1 = AllocsForIndirectGlobals[UV1];
533 if (AllocsForIndirectGlobals.count(UV2))
534 GV2 = AllocsForIndirectGlobals[UV2];
576 // Remove any entries in AllocsForIndirectGlobals for this global.
578 I = AllocsForIndirectGlobals.begin()
    [all...]

Completed in 1368 milliseconds