OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NumGuards
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
FuzzerTracePC.h
126
return
NumGuards
== 0 ? (1 << kTracePcBits) : Min(kNumPCs,
NumGuards
+ 1);
168
size_t
NumGuards
; // linker-initialized.
FuzzerTracePC.cpp
136
NumGuards
++;
137
if (
NumGuards
== kNumPCs) {
143
*P =
NumGuards
% kNumPCs;
151
if (
NumGuards
) {
152
Printf("INFO: Loaded %zd modules (%zd guards): ", NumModules,
NumGuards
);
175
if ((
NumGuards
&&
NumGuards
!= NumPCsInPCTables) ||
250
} else if (
NumGuards
== NumPCsInPCTables) {
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
BasicBlockUtils.cpp
1772
int
NumGuards
= GuardBlocks.size();
1773
assert((int)Outgoing.size() ==
NumGuards
+ 1);
1774
for (int i = 0; i !=
NumGuards
- 1; ++i) {
1779
Updates.push_back({DominatorTree::Insert, GuardBlocks[
NumGuards
- 1],
1780
Outgoing[
NumGuards
- 1]});
1781
Updates.push_back({DominatorTree::Insert, GuardBlocks[
NumGuards
- 1],
1782
Outgoing[
NumGuards
]});
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
LoopUnswitch.cpp
91
STATISTIC(
NumGuards
, "Number of guards unswitched");
723
++
NumGuards
;
SimpleLoopUnswitch.cpp
71
STATISTIC(
NumGuards
, "Number of guards turned into branches for unswitching");
2514
++
NumGuards
;
Completed in 67 milliseconds
Indexes created Sat Aug 08 00:24:54 UTC 2026