OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ColdCallWeights
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Transforms/Instrumentation/
DataFlowSanitizer.cpp
237
MDNode *
ColdCallWeights
;
438
ColdCallWeights
= MDBuilder(*Ctx).createBranchWeights(1, 1000);
787
Ne, Pos, /*Unreachable=*/false,
ColdCallWeights
));
[
all
...]
MemorySanitizer.cpp
273
MDNode *
ColdCallWeights
;
440
ColdCallWeights
= MDBuilder(*C).createBranchWeights(1, 1000);
635
/* Unreachable */ !ClKeepGoing, MS.
ColdCallWeights
);
680
/* Unreachable */ false, MS.
ColdCallWeights
);
[
all
...]
Completed in 131 milliseconds