OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Tracking
(Results
1 - 6
of
6
) sorted by null
/external/llvm/include/llvm/CodeGen/
RegisterScavenging.h
39
///
Tracking
- True if RegScavenger is currently
tracking
the liveness of
41
bool
Tracking
;
76
: MBB(NULL), NumPhysRegs(0),
Tracking
(false) {}
78
/// enterBasicBlock - Start
tracking
liveness from the begin of the specific
92
if (!
Tracking
&& MBB->begin() != I) forward();
108
Tracking
= false;
/external/llvm/include/llvm/Support/
ValueHandle.h
50
Tracking
,
314
TrackingVH() : ValueHandleBase(
Tracking
) {}
315
TrackingVH(ValueTy *P) : ValueHandleBase(
Tracking
, GetAsValue(P)) {}
316
TrackingVH(const TrackingVH &RHS) : ValueHandleBase(
Tracking
, RHS) {}
/external/llvm/lib/CodeGen/
RegisterScavenging.cpp
103
Tracking
= false;
113
assert(
Tracking
&& "Must be
tracking
to determine kills and defs");
153
assert(
Tracking
&& "Cannot unprocess because we're not
tracking
");
166
Tracking
= false;
173
if (!
Tracking
) {
175
Tracking
= true;
/external/llvm/lib/IR/
Value.cpp
609
case
Tracking
:
664
case
Tracking
:
665
//
Tracking
goes to new value like a WeakVH. Note that this may make it
683
// If any new
tracking
or weak value handles were added while processing the
688
case
Tracking
:
693
llvm_unreachable("A
tracking
or weak value handle still pointed to the"
/external/chromium_org/third_party/usb_ids/
usb.ids
[
all
...]
/frameworks/base/docs/html/training/
training_toc.cs
[
all
...]
Completed in 108 milliseconds