Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DRegisterScavenging.h41 bool Tracking; variable
73 : MBB(nullptr), NumRegUnits(0), Tracking(false) {} in RegScavenger()
89 if (!Tracking && MBB->begin() != I) forward(); in forward()
105 Tracking = false; in skipTo()
/external/llvm/lib/CodeGen/
DRegisterScavenging.cpp89 Tracking = false; in enterBasicBlock()
98 assert(Tracking && "Must be tracking to determine kills and defs"); in determineKillsAndDefs()
151 assert(Tracking && "Cannot unprocess because we're not tracking"); in unprocess()
164 Tracking = false; in unprocess()
171 if (!Tracking) { in forward()
173 Tracking = true; in forward()
/external/llvm/include/llvm/IR/
DValueHandle.h51 Tracking, enumerator
313 TrackingVH() : ValueHandleBase(Tracking) {}
314 TrackingVH(ValueTy *P) : ValueHandleBase(Tracking, GetAsValue(P)) {}
315 TrackingVH(const TrackingVH &RHS) : ValueHandleBase(Tracking, RHS) {}
/external/llvm/lib/IR/
DValue.cpp763 case Tracking: in ValueIsDeleted()
820 case Tracking: in ValueIsRAUWd()
844 case Tracking: in ValueIsRAUWd()
/external/clang/docs/analyzer/
DDebugChecks.rst38 Path Tracking
/external/llvm/docs/
DLibFuzzer.rst292 Tracking bug: https://llvm.org/bugs/show_bug.cgi?id=23052
300 Tracking bug: https://llvm.org/bugs/show_bug.cgi?id=23057
DHowToSubmitABug.rst21 Once you have a reduced test-case, go to `the LLVM Bug Tracking System
/external/clang/docs/
DMemorySanitizer.rst108 Origin Tracking
/external/tcpdump/tests/
Dprint-A.out159 <A HREF="http://www.debian.org/Bugs/Reporting">Debian Bug Tracking System</A>.
Dprint-AA.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/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.