HomeSort by: relevance | last modified time | path
    Searched refs:Used (Results 1 - 25 of 123) sorted by relevancy

1 2 3 4 5

  /src/external/apache2/llvm/dist/llvm/tools/llvm-reduce/deltas/
ReduceSpecialGlobals.cpp 10 // to reduce special globals, like @llvm.used, in the provided Module.
25 static StringRef SpecialGlobalNames[] = {"llvm.used", "llvm.compiler.used"};
35 if (auto *Used = Program->getNamedGlobal(Name)) {
36 Used->replaceAllUsesWith(UndefValue::get(Used->getType()));
37 Used->eraseFromParent();
50 if (auto *Used = Program->getNamedGlobal(Name))
51 errs() << "\t" << ++Count << ": " << Used->getName() << "\n";
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Weak.h 9 // This file defines the WeakInfo class, which is used to store
27 bool used; // identifier later declared? member in class:clang::WeakInfo
30 : alias(nullptr), loc(SourceLocation()), used(false) {}
32 : alias(Alias), loc(Loc), used(false) {}
35 void setUsed(bool Used=true) { used = Used; }
36 inline bool getUsed() { return used; }
  /src/external/apache2/llvm/dist/llvm/include/llvm/Demangle/
MicrosoftDemangle.h 31 size_t Used = 0;
42 NewHead->Used = 0;
61 uint8_t *P = Head->Buf + Head->Used;
63 Head->Used += Size;
64 if (Head->Used <= Head->Capacity)
68 Head->Used = Size;
76 size_t P = (size_t)Head->Buf + Head->Used;
82 Head->Used += Size + Adjustment;
83 if (Head->Used <= Head->Capacity)
87 Head->Used = Size
    [all...]
  /src/crypto/external/apache2/openssl/dist/VMS/
msg_install.com 1 $ ! Used by the main descrip.mms to print the installation complete
msg_staging.com 1 $ ! Used by the main descrip.mms to print the statging installation
  /src/crypto/external/bsd/openssl/dist/VMS/
msg_install.com 1 $ ! Used by the main descrip.mms to print the installation complete
msg_staging.com 1 $ ! Used by the main descrip.mms to print the statging installation
  /src/crypto/external/bsd/openssl.old/dist/VMS/
msg_install.com 1 $ ! Used by the main descrip.mms to print the installation complete
msg_staging.com 1 $ ! Used by the main descrip.mms to print the statging installation
  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
FunctionImportUtils.h 9 // This file defines the FunctionImportGlobalProcessing class which is used
55 /// Set of llvm.*used values, in order to validate that we don't try
57 SmallPtrSet<GlobalValue *, 4> Used;
69 /// Only used in assertion checking, and disabled under NDEBUG since the Used
87 /// Process globals so that they can be used in ThinLTO. This includes
94 /// Get the new linkage for SGV that should be used in the linked destination
115 // First collect those in the llvm.used set.
117 // Next collect those in the llvm.compiler.used set.
119 Used = {Vec.begin(), Vec.end()}
    [all...]
SampleProfileLoaderBaseUtil.h 43 unsigned computeCoverage(unsigned Used, unsigned Total) const;
66 /// an IR instruction. This is used to detect some form of staleness in
71 /// given location has been used.
74 /// Number of samples used from the profile.
76 /// When a sampling record is used for the first time, the samples from
81 /// Note that this accumulator tracks samples used from a single function
  /src/external/apache2/llvm/dist/llvm/lib/MCA/Stages/
ExecuteStage.cpp 54 SmallVector<std::pair<ResourceRef, ResourceCycles>, 4> Used;
58 HWS.issueInstruction(IR, Used, Pending, Ready);
64 notifyInstructionIssued(IR, Used);
254 MutableArrayRef<std::pair<ResourceRef, ResourceCycles>> Used) const {
257 for (const std::pair<ResourceRef, ResourceCycles> &Resource : Used) {
259 dbgs() << "[E] Resource Used: [" << Resource.first.first << '.'
266 for (std::pair<ResourceRef, ResourceCycles> &Use : Used)
269 notifyEvent<HWInstructionEvent>(HWInstructionIssuedEvent(IR, Used));
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
SampleProfileLoaderBaseUtil.cpp 69 /// Mark as used the sample record for the given function samples at
94 // that were marked used at least once.
150 /// Return the fraction of sample records used in this profile.
153 /// the percentage of sample records that were used while applying this
155 unsigned SampleCoverageTracker::computeCoverage(unsigned Used,
157 assert(Used <= Total &&
158 "number of used records cannot exceed the total number of records");
159 return Total > 0 ? Used * 100 / Total : 100;
  /src/share/mk/
bsd.buildinstall.mk 5 # Used by src/lib/Makefile and src/tools/Makefile.
  /src/external/gpl3/gcc/dist/libgcc/config/avr/libf7/
f7renames.sh 25 Used by: libf7.c, libf7.h, libf7-asm.sx, f7-wraps.h.
  /src/external/gpl3/gcc.old/dist/libgcc/config/avr/libf7/
f7renames.sh 25 Used by: libf7.c, libf7.h, libf7-asm.sx, f7-wraps.h.
  /src/external/apache2/llvm/dist/llvm/include/llvm/
PassAnalysisSupport.h 9 // This file defines stuff that is used to define and "use" Analysis Passes.
59 SmallVector<AnalysisID, 0> Used;
105 /// Add the specified ID to the set of analyses used by this pass if they are
108 pushUnique(Used, ID);
112 pushUnique(Used, &ID);
115 /// Add the specified Pass class to the set of analyses used by this pass.
118 pushUnique(Used, &PassClass::ID);
149 const VectorType &getUsedSet() const { return Used; }
153 /// AnalysisResolver - Simple interface used by Pass objects to pull all
186 /// Clear cache that is used to connect a pass to the analysis (PassInfo)
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Object/
RecordStreamer.cpp 1 //===-- RecordStreamer.cpp - Record asm defined and used symbols ----------===//
26 case Used:
47 case Used:
67 case Used:
68 S = Used;
183 case RecordStreamer::Used:
  /src/sys/external/bsd/compiler_rt/dist/lib/xray/
xray_buffer_queue.h 73 // is considered "used" by another thread.
74 bool Used = false;
79 // Buffer`. Note that we only advance to the "used" buffers, when
91 } while (!Buffers[Offset].Used && Offset != Max);
109 // We want to advance to the first Offset where the 'Used' property is
111 while (!Buffers[Offset].Used && Offset != Max) {
254 /// Buffer is marked 'used' (i.e. has been the result of getBuffer(...) and a
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
ObjCUnusedIVarsChecker.cpp 29 enum IVarState { Unused, Used };
40 I->second = Used;
74 I->second = Used;
160 << "' is never used by the methods in its @implementation "
161 "(although it may be used by category methods).";
  /src/external/gpl3/gdb/dist/gdb/
silent-rules.mk 37 # Used in shell snippets instead of 'echo'.
  /src/external/gpl3/gdb.old/dist/gdb/
silent-rules.mk 37 # Used in shell snippets instead of 'echo'.
  /src/external/apache2/llvm/dist/llvm/include/llvm/MCA/Stages/
ExecuteStage.h 43 // Used to notify instructions eliminated at register renaming stage.
77 MutableArrayRef<std::pair<ResourceRef, ResourceCycles>> Used) const;
  /src/external/apache2/llvm/dist/llvm/utils/docker/scripts/
build_install_llvm.sh 16 Run cmake with the specified arguments. Used inside docker container.
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaTemplateDeduction.cpp 67 /// strictest results for template argument deduction (as used for, e.g.,
165 llvm::SmallBitVector &Used);
1367 // performed on the types used for partial ordering:
1872 // specialization type had been used.
2422 /// Determine whether there is a template argument to be used for
2887 // If we get here, we successfully used the default template argument.
3276 // the explicit template arguments. They'll be used as part of deduction
3522 /// if this was not produced by a parameter. Intended to be used as the
3700 // is actually used.
3816 // of the overload set members, that member is used as th
    [all...]

Completed in 26 milliseconds

1 2 3 4 5