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

  /external/swiftshader/third_party/LLVM/lib/Analysis/IPA/
GlobalsModRef.cpp 74 /// NonAddressTakenGlobals - The globals that do not have their addresses
76 std::set<const GlobalValue*> NonAddressTakenGlobals;
208 NonAddressTakenGlobals.insert(I);
219 NonAddressTakenGlobals.insert(I);
504 if (GV1 && !NonAddressTakenGlobals.count(GV1)) GV1 = 0;
505 if (GV2 && !NonAddressTakenGlobals.count(GV2)) GV2 = 0;
557 if (NonAddressTakenGlobals.count(GV))
572 if (NonAddressTakenGlobals.erase(GV)) {
  /external/llvm/include/llvm/Analysis/
GlobalsModRef.h 41 SmallPtrSet<const GlobalValue *, 8> NonAddressTakenGlobals;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
GlobalsModRef.h 41 SmallPtrSet<const GlobalValue *, 8> NonAddressTakenGlobals;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Analysis/
GlobalsModRef.h 41 SmallPtrSet<const GlobalValue *, 8> NonAddressTakenGlobals;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Analysis/
GlobalsModRef.h 41 SmallPtrSet<const GlobalValue *, 8> NonAddressTakenGlobals;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Analysis/
GlobalsModRef.h 41 SmallPtrSet<const GlobalValue *, 8> NonAddressTakenGlobals;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Analysis/
GlobalsModRef.h 41 SmallPtrSet<const GlobalValue *, 8> NonAddressTakenGlobals;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Analysis/
GlobalsModRef.h 41 SmallPtrSet<const GlobalValue *, 8> NonAddressTakenGlobals;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Analysis/
GlobalsModRef.h 41 SmallPtrSet<const GlobalValue *, 8> NonAddressTakenGlobals;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
GlobalsModRef.h 41 SmallPtrSet<const GlobalValue *, 8> NonAddressTakenGlobals;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Analysis/
GlobalsModRef.h 41 SmallPtrSet<const GlobalValue *, 8> NonAddressTakenGlobals;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Analysis/
GlobalsModRef.h 41 SmallPtrSet<const GlobalValue *, 8> NonAddressTakenGlobals;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Analysis/
GlobalsModRef.h 41 SmallPtrSet<const GlobalValue *, 8> NonAddressTakenGlobals;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Analysis/
GlobalsModRef.h 41 SmallPtrSet<const GlobalValue *, 8> NonAddressTakenGlobals;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Analysis/
GlobalsModRef.h 41 SmallPtrSet<const GlobalValue *, 8> NonAddressTakenGlobals;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Analysis/
GlobalsModRef.h 41 SmallPtrSet<const GlobalValue *, 8> NonAddressTakenGlobals;
  /external/llvm/lib/Analysis/
GlobalsModRef.cpp 201 if (GAR->NonAddressTakenGlobals.erase(GV)) {
278 NonAddressTakenGlobals.insert(&F);
291 NonAddressTakenGlobals.insert(&GV);
789 if (GV1 && !NonAddressTakenGlobals.count(GV1))
791 if (GV2 && !NonAddressTakenGlobals.count(GV2))
    [all...]

Completed in 217 milliseconds