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

  /external/llvm/include/llvm/CodeGen/
RegisterScavenging.h 38 /// Tracking - True if RegScavenger is currently tracking the liveness of
40 bool Tracking;
73 : MBB(NULL), NumPhysRegs(0), Tracking(false),
76 /// enterBasicBlock - Start tracking liveness from the begin of the specific
90 if (!Tracking && MBB->begin() != I) forward();
  /external/llvm/include/llvm/Support/
ValueHandle.h 49 Tracking,
317 TrackingVH() : ValueHandleBase(Tracking) {}
318 TrackingVH(ValueTy *P) : ValueHandleBase(Tracking, GetAsValue(P)) {}
319 TrackingVH(const TrackingVH &RHS) : ValueHandleBase(Tracking, RHS) {}
  /external/llvm/lib/CodeGen/
RegisterScavenging.cpp 108 Tracking = false;
125 if (!Tracking) {
127 Tracking = true;
  /external/llvm/lib/VMCore/
Value.cpp 538 case Tracking:
593 case Tracking:
594 // Tracking goes to new value like a WeakVH. Note that this may make it
612 // If any new tracking or weak value handles were added while processing the
617 case Tracking:
622 llvm_unreachable("A tracking or weak value handle still pointed to the"
  /frameworks/base/docs/html/resources/
resources-data.js 279 en: 'Tracking Memory Allocations'

Completed in 269 milliseconds