Home
last modified time | relevance | path

Searched refs:Tracking (Results 1 – 22 of 22) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DRegisterScavenging.h40 bool Tracking; variable
72 : MBB(nullptr), NumRegUnits(0), Tracking(false) {} in RegScavenger()
83 if (!Tracking && MBB->begin() != I) forward(); in forward()
99 Tracking = false; in skipTo()
/external/llvm/lib/CodeGen/
DRegisterScavenging.cpp92 Tracking = false; in enterBasicBlock()
101 assert(Tracking && "Must be tracking to determine kills and defs"); in determineKillsAndDefs()
150 assert(Tracking && "Cannot unprocess because we're not tracking"); in unprocess()
163 Tracking = false; in unprocess()
170 if (!Tracking) { in forward()
172 Tracking = true; in forward()
/external/llvm/include/llvm/IR/
DValueHandle.h51 Tracking, enumerator
321 TrackingVH() : ValueHandleBase(Tracking) {}
322 TrackingVH(ValueTy *P) : ValueHandleBase(Tracking, GetAsValue(P)) {}
/external/skia/site/dev/sheriffing/
Dgpu.md7 * [Tracking Wrangler Work do?](#tracking)
33 Tracking Wrangler Work
/external/llvm/lib/IR/
DValue.cpp672 case Tracking: in ValueIsDeleted()
729 case Tracking: in ValueIsRAUWd()
753 case Tracking: in ValueIsRAUWd()
/external/opencv3/doc/py_tutorials/py_imgproc/py_colorspaces/
Dpy_colorspaces.markdown33 Object Tracking
/external/opencv3/doc/py_tutorials/py_video/py_bg_subtraction/
Dpy_bg_subtraction.markdown108 Tracking of Human Visitors under Variable-Lighting Conditions for a Responsive Audio Art
/external/llvm/docs/
DLibFuzzer.rst355 Tracking bug: https://llvm.org/bugs/show_bug.cgi?id=23052
362 Tracking bug: https://llvm.org/bugs/show_bug.cgi?id=23057
367 Tracking bug: https://llvm.org/bugs/show_bug.cgi?id=24639
DHowToSubmitABug.rst21 Once you have a reduced test-case, go to `the LLVM Bug Tracking System
/external/clang/docs/analyzer/
Dnullability.rst78 Tracking multiple levels of annotations for pointers pointing to pointers would make the checker mo…
DDebugChecks.rst38 Path Tracking
/external/opencv3/doc/py_tutorials/py_video/py_meanshift/
Dpy_meanshift.markdown104 "Computer Vision Face Tracking for Use in a Perceptual User Interface" in 1988.
/external/clang/docs/
DMemorySanitizer.rst106 Origin Tracking
/external/opencv3/doc/py_tutorials/py_objdetect/py_face_detection/
Dpy_face_detection.markdown130 -# Video Lecture on [Face Detection and Tracking](http://www.youtube.com/watch?v=WfdYYNamHZ8)
/external/tcpdump/tests/
Dprint-AA.out159 <A HREF="http://www.debian.org/Bugs/Reporting">Debian Bug Tracking System</A>.
Dprint-A.out159 <A HREF="http://www.debian.org/Bugs/Reporting">Debian Bug Tracking System</A>.
/external/valgrind/docs/internals/
Dnotes.txt64 * Tracking of device segments is somehow broken (I forget how)
Dtracking-fn-entry-exit.txt11 Subject: [Valgrind-developers] Re: Tracking function entry/exit
/external/bison/doc/
Dbison.info111 * Location Tracking Calc:: Demonstrating the use of @N and @$.
132 Location Tracking Calculator: `ltcalc'
151 * Tracking Locations:: Locations and actions.
180 Tracking Locations
1813 a default data structure for storing locations (*note Tracking
1985 * Location Tracking Calc:: Demonstrating the use of @N and @$.
2500 File: bison.info, Node: Simple Error Recovery, Next: Location Tracking Calc, Prev: Infix Calc, …
2540 File: bison.info, Node: Location Tracking Calc, Next: Multi-function Calc, Prev: Simple Error Re…
2542 2.4 Location Tracking Calculator: `ltcalc'
2558 File: bison.info, Node: Ltcalc Declarations, Next: Ltcalc Rules, Up: Location Tracking Calc
[all …]
Dbison.texi148 * Location Tracking Calc:: Demonstrating the use of @@@var{n} and @@$.
169 Location Tracking Calculator: @code{ltcalc}
188 * Tracking Locations:: Locations and actions.
217 Tracking Locations
1240 structure for storing locations (@pxref{Tracking Locations}, for more
1426 * Location Tracking Calc:: Demonstrating the use of @@@var{n} and @@$.
2037 @node Location Tracking Calc
2038 @section Location Tracking Calculator: @code{ltcalc}
2723 * Tracking Locations:: Locations and actions.
4049 @node Tracking Locations
[all …]
/external/vulkan-validation-layers/layers/
Dvk_validation_layer_details.md26 … it is divided into three main areas of validation: Draw State, Memory Tracking, and Shader Check…
/external/bison/
DChangeLog-2012104 match that and not to use the title `Tracking Locations', which is
109 doc: clean up references to `Tracking Locations'.
111 (Tracking Locations): ... this, which is its section name, and
146 section, `Tracking Locations'.
20919 (Location Tracking Calc): Output error messages to stderr.
21447 * doc/bison.texinfo (Location Tracking Calc): New node.