OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Mismatch
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/ProfileData/
InstrProf.cpp
106
return "Function control flow change detected (hash
mismatch
)";
108
return "Function basic block count change detected (counter
mismatch
)";
112
return "Function value site count change detected (counter
mismatch
)";
553
// Return false on
mismatch
.
578
bool
Mismatch
= (Counts.size() != Other.Counts.size());
580
// Check if the value profiles
mismatch
.
581
if (!
Mismatch
) {
586
Mismatch
= true;
591
if (
Mismatch
) {
1202
Mismatch
.NumEntries += 1
[
all
...]
/src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
InstrProf.h
619
CountSumOrPercent
Mismatch
;
Completed in 27 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026