/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | StackLifetime.h | 30 /// Live ranges are represented as sets of "interesting" instructions, which are 35 /// Interesting instructions are numbered in the depth-first walk of the CFG, 61 /// This class represents a set of interesting instructions where an alloca is 96 /// Interesting instructions. Instructions of the same block are adjustent 149 /// Returns a set of "interesting" instructions where the given alloca is 150 /// live. Not all instructions in a function are interesting: we pick a set
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | IVUsers.cpp | 9 // This file implements bookkeeping for "interesting" users of expressions 53 /// isInteresting - Test whether the given expression is "interesting" when 58 // An addrec is interesting if it's affine or if it has an interesting start. in isInteresting() 66 // Otherwise recurse to see if the start value is interesting, and that in isInteresting() 67 // the step value is not interesting, since we don't yet know how to in isInteresting() 68 // do effective SCEV expansions for addrecs with interesting steps. in isInteresting() 73 // An add is interesting if exactly one of its operands is interesting. in isInteresting() 85 // Nothing else is interesting here. in isInteresting()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Passes/ |
H A D | StandardInstrumentations.h | 186 // specifying which functions are interesting. 194 // 6. When a pass is run on an IR that is not interesting (based on options). 204 // Determine if this pass/IR is interesting and if so, save the IR 223 // Called when an interesting IR has changed. 227 // Called when an interesting pass is invalidated. 229 // Called when the IR or pass is not interesting. 281 // Called when an interesting IR has changed. 307 // Call test as interesting IR has changed. 446 // Called when an interesting IR has changed. 537 // Called when an interesting IR has changed. [all …]
|
/freebsd/tools/tools/net80211/wlaninject/ |
H A D | README | 17 Interesting physical layer options. 37 Interesting 802.11 header options. 58 Interesting 802.11 payload options.
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | ArrayBoundCheckerV2.cpp | 94 /// on some symbol which is interesting within the bug report `BR`. 95 /// In particular, this returns true when `Sym` is interesting within `BR`; 97 /// constants and a single symbolic operand which is interesting (in `BR`). 481 // Even if the byte offset isn't interesting (e.g. it's a constant value), in getMessage() 482 // the assumption can still be interesting if it provides information in getMessage() 483 // about an interesting symbolic upper bound. in getMessage() 486 // We don't have anything interesting, don't report the assumption. in getMessage() 678 // `SymExpr::symbols()` and mark each of them as interesting. in markPartsInteresting() 709 // "do the right thing": mark the relevant symbols as interesting, track the in reportOOB() 714 // causes an overflow, then `x` is not marked as interesting. in reportOOB()
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/trim/ |
H A D | trim_integrity.ksh | 33 # 2. Generate some interesting pool data which can be trimmed. 70 # to generate a variety of interesting ranges to be manually trimmed.
|
H A D | autotrim_integrity.ksh | 34 # 3. Generate some interesting pool data which can be trimmed. 71 # to generate a variety of interesting ranges to be auto trimmed.
|
H A D | autotrim_trim_integrity.ksh | 34 # 3. Generate some interesting pool data which can be trimmed. 72 # to generate a variety of interesting ranges to be auto trimmed.
|
/freebsd/sys/contrib/device-tree/Bindings/iio/afe/ |
H A D | voltage-divider.yaml | 14 interesting voltage is often the voltage over the full resistance 49 isn't interesting. In this case, the voltage before the divider
|
H A D | current-sense-amplifier.txt | 5 amplifier, the interesting measurement is almost always the current
|
H A D | current-sense-shunt.txt | 5 the interesting measurement is almost always the current through the
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/ |
H A D | TargetPfmCounters.td | 32 // event that can be measured using performance counters that is interesting 50 // are interesting in regards to the snippet execution environment and
|
/freebsd/share/doc/papers/malloc/ |
H A D | implementation.ms | 124 It is an interesting twist to the implementation that the 165 Some of the more interesting options are: 205 A couple of avenues were explored that could be interesting in some
|
H A D | performance.ms | 50 From this it follows that the interesting size of the process, is some 90 It's interesting to notice that the classical malloc fails on this one
|
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
H A D | BugReporter.h | 307 /// report as being "interesting", and thus used to help decide which 314 /// "interesting", and thus used to help decide which diagnostics 322 /// considered "interesting". 326 /// interesting points in the path. 427 /// Marks a symbol as interesting. Different kinds of interestingness will 435 /// Marks a region as interesting. Different kinds of interestingness will 444 /// Marks a symbolic value as interesting. Different kinds of interestingness
|
/freebsd/sys/dev/pci/ |
H A D | pcivar.h | 51 /* Interesting values for PCI power management */ 87 /* Interesting values for PCI MSI */ 97 /* Interesting values for PCI MSI-X */ 129 /* Interesting values for HyperTransport */ 137 /* Interesting values for PCI-express */
|
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/ |
H A D | FuzzerTracePC.cpp | 342 // For memcmp/strcmp/etc the interesting value is the length of the common 344 // For cmp instructions the interesting value is a XOR of the parameters. 345 // The interesting value is mixed up with the PC and is then added to the map. 624 if (n <= 1) return; // Not interesting. in __sanitizer_weak_hook_memcmp() 637 if (n <= 1) return; // Not interesting. in __sanitizer_weak_hook_strncmp() 647 if (N <= 1) return; // Not interesting. in __sanitizer_weak_hook_strcmp()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64PromoteConstant.cpp | 68 /// Promotes interesting constant into global variables. 119 /// Iterate over the functions and promote the interesting constants into 134 /// Look for interesting constants used within the given function. 184 /// Compute the minimal insertion points to dominates all the interesting 342 // FIXME: In some cases, it may be interesting to promote in memory in shouldConvertImpl()
|
/freebsd/contrib/ntp/sntp/loc/ |
H A D | README | 12 Note that automake has interesting behavior - we build the man pages using
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | ScheduleDAGSDNodes.h | 37 /// interesting to schedulers are not allocated SUnits. 95 /// excludes nodes that aren't interesting to scheduling, and represents
|
/freebsd/crypto/krb5/doc/html/_sources/build/ |
H A D | osconf.rst.txt | 10 interesting variables.
|
/freebsd/crypto/krb5/doc/build/ |
H A D | osconf.rst | 10 interesting variables.
|
/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | GlobalModuleIndex.cpp | 421 /// consider this identifier to be interesting. 424 /// A mapping from all interesting identifiers to the set of module 425 /// files in which those identifiers are considered interesting. 504 /// The identifier and whether it is "interesting". 510 // The first bit indicates whether this identifier is interesting. in ReadData() 568 // Handle potentially-interesting records below. in loadModuleFile()
|
/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/ |
H A D | ctftools.h | 262 * iidesc_t (Interesting Item DESCription) nodes point to tdesc_t nodes that 263 * correspond to "interesting" stabs. A stab is interesting if it defines a
|
/freebsd/contrib/bmake/unit-tests/ |
H A D | opt-debug-jobs.mk | 8 # Run in parallel mode since the debug logging is more interesting there
|