HomeSort by relevance Sort by last modified time
    Searched refs:TrackingVH (Results 1 - 25 of 71) sorted by null

1 2 3

  /external/swiftshader/third_party/LLVM/include/llvm/Support/
ValueHandle.h 269 /// TrackingVH - This is a value handle that tracks a Value (or Value subclass),
272 /// TrackingVH is designed for situations where a client needs to hold a handle
276 /// It is an error to do anything with a TrackingVH whose value has been
282 class TrackingVH : public ValueHandleBase {
317 TrackingVH() : ValueHandleBase(Tracking) {}
318 TrackingVH(ValueTy *P) : ValueHandleBase(Tracking, GetAsValue(P)) {}
319 TrackingVH(const TrackingVH &RHS) : ValueHandleBase(Tracking, RHS) {}
329 ValueTy *operator=(const TrackingVH<ValueTy> &RHS) {
338 // Specialize simplify_type to allow TrackingVH to participate i
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Transforms/Utils/
ValueMapper.h 23 typedef ValueMap<const Value *, TrackingVH<Value> > ValueToValueMapTy;
  /external/llvm/include/llvm/IR/
ValueHandle.h 276 /// TrackingVH is designed for situations where a client needs to hold a handle
280 /// It is an error to do anything with a TrackingVH whose value has been
286 class TrackingVH : public ValueHandleBase {
321 TrackingVH() : ValueHandleBase(Tracking) {}
322 TrackingVH(ValueTy *P) : ValueHandleBase(Tracking, GetAsValue(P)) {}
  /external/llvm/include/llvm/Transforms/Utils/
LoopUtils.h 190 TrackingVH<Value> getRecurrenceStartValue() { return StartValue; }
242 TrackingVH<Value> StartValue;
316 TrackingVH<Value> StartValue;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
ValueHandle.h 271 /// TrackingVH is designed for situations where a client needs to hold a handle
275 /// It is an error to do anything with a TrackingVH whose value has been
281 class TrackingVH : public ValueHandleBase {
316 TrackingVH() : ValueHandleBase(Tracking) {}
317 TrackingVH(ValueTy *P) : ValueHandleBase(Tracking, GetAsValue(P)) {}
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/Utils/
LoopUtils.h 193 TrackingVH<Value> getRecurrenceStartValue() { return StartValue; }
245 TrackingVH<Value> StartValue;
351 TrackingVH<Value> StartValue;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Transforms/Utils/
LoopUtils.h 195 TrackingVH<Value> getRecurrenceStartValue() { return StartValue; }
247 TrackingVH<Value> StartValue;
353 TrackingVH<Value> StartValue;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Transforms/Utils/
LoopUtils.h 195 TrackingVH<Value> getRecurrenceStartValue() { return StartValue; }
247 TrackingVH<Value> StartValue;
353 TrackingVH<Value> StartValue;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Transforms/Utils/
LoopUtils.h 201 TrackingVH<Value> getRecurrenceStartValue() { return StartValue; }
253 TrackingVH<Value> StartValue;
359 TrackingVH<Value> StartValue;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Transforms/Utils/
LoopUtils.h 201 TrackingVH<Value> getRecurrenceStartValue() { return StartValue; }
253 TrackingVH<Value> StartValue;
359 TrackingVH<Value> StartValue;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Transforms/Utils/
LoopUtils.h 201 TrackingVH<Value> getRecurrenceStartValue() { return StartValue; }
253 TrackingVH<Value> StartValue;
359 TrackingVH<Value> StartValue;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Transforms/Utils/
LoopUtils.h 212 TrackingVH<Value> getRecurrenceStartValue() { return StartValue; }
246 TrackingVH<Value> StartValue;
352 TrackingVH<Value> StartValue;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
ValueHandle.h 271 /// TrackingVH is designed for situations where a client needs to hold a handle
275 /// It is an error to do anything with a TrackingVH whose value has been
281 class TrackingVH : public ValueHandleBase {
316 TrackingVH() : ValueHandleBase(Tracking) {}
317 TrackingVH(ValueTy *P) : ValueHandleBase(Tracking, GetAsValue(P)) {}
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/Utils/
LoopUtils.h 193 TrackingVH<Value> getRecurrenceStartValue() { return StartValue; }
245 TrackingVH<Value> StartValue;
351 TrackingVH<Value> StartValue;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Transforms/Utils/
LoopUtils.h 195 TrackingVH<Value> getRecurrenceStartValue() { return StartValue; }
247 TrackingVH<Value> StartValue;
353 TrackingVH<Value> StartValue;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Transforms/Utils/
LoopUtils.h 195 TrackingVH<Value> getRecurrenceStartValue() { return StartValue; }
247 TrackingVH<Value> StartValue;
353 TrackingVH<Value> StartValue;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Transforms/Utils/
LoopUtils.h 201 TrackingVH<Value> getRecurrenceStartValue() { return StartValue; }
253 TrackingVH<Value> StartValue;
359 TrackingVH<Value> StartValue;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Transforms/Utils/
LoopUtils.h 201 TrackingVH<Value> getRecurrenceStartValue() { return StartValue; }
253 TrackingVH<Value> StartValue;
359 TrackingVH<Value> StartValue;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Transforms/Utils/
LoopUtils.h 201 TrackingVH<Value> getRecurrenceStartValue() { return StartValue; }
253 TrackingVH<Value> StartValue;
359 TrackingVH<Value> StartValue;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Transforms/Utils/
LoopUtils.h 212 TrackingVH<Value> getRecurrenceStartValue() { return StartValue; }
246 TrackingVH<Value> StartValue;
352 TrackingVH<Value> StartValue;
  /external/swiftshader/third_party/LLVM/lib/VMCore/
Metadata.cpp 376 static SmallVector<TrackingVH<MDNode>, 4> &getNMDOps(void *Operands) {
377 return *(SmallVector<TrackingVH<MDNode>, 4>*)Operands;
382 Operands(new SmallVector<TrackingVH<MDNode>, 4>()) {
405 getNMDOps(Operands).push_back(TrackingVH<MDNode>(M));
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/IR/
ValueHandle.h 323 /// TrackingVH is designed for situations where a client needs to hold a handle
330 /// It is an error to read from a TrackingVH that does not point to a valid
331 /// value. A TrackingVH is said to not point to a valid value if either it
335 /// Assigning a value to a TrackingVH is always allowed, even if said TrackingVH
337 template <typename ValueTy> class TrackingVH {
343 "TrackingVH must be non-null and valid on dereference!");
355 // Assigning to non-valid TrackingVH's are fine so we just unconditionally
366 TrackingVH() = default;
367 TrackingVH(ValueTy *P) { setValPtr(P);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/
ValueHandle.h 323 /// TrackingVH is designed for situations where a client needs to hold a handle
330 /// It is an error to read from a TrackingVH that does not point to a valid
331 /// value. A TrackingVH is said to not point to a valid value if either it
335 /// Assigning a value to a TrackingVH is always allowed, even if said TrackingVH
337 template <typename ValueTy> class TrackingVH {
343 "TrackingVH must be non-null and valid on dereference!");
355 // Assigning to non-valid TrackingVH's are fine so we just unconditionally
366 TrackingVH() = default;
367 TrackingVH(ValueTy *P) { setValPtr(P);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/
ValueHandle.h 323 /// TrackingVH is designed for situations where a client needs to hold a handle
330 /// It is an error to read from a TrackingVH that does not point to a valid
331 /// value. A TrackingVH is said to not point to a valid value if either it
335 /// Assigning a value to a TrackingVH is always allowed, even if said TrackingVH
337 template <typename ValueTy> class TrackingVH {
343 "TrackingVH must be non-null and valid on dereference!");
355 // Assigning to non-valid TrackingVH's are fine so we just unconditionally
366 TrackingVH() = default;
367 TrackingVH(ValueTy *P) { setValPtr(P);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/
ValueHandle.h 323 /// TrackingVH is designed for situations where a client needs to hold a handle
330 /// It is an error to read from a TrackingVH that does not point to a valid
331 /// value. A TrackingVH is said to not point to a valid value if either it
335 /// Assigning a value to a TrackingVH is always allowed, even if said TrackingVH
337 template <typename ValueTy> class TrackingVH {
343 "TrackingVH must be non-null and valid on dereference!");
355 // Assigning to non-valid TrackingVH's are fine so we just unconditionally
366 TrackingVH() = default;
367 TrackingVH(ValueTy *P) { setValPtr(P);
    [all...]

Completed in 1796 milliseconds

1 2 3