OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MissingValue
(Results
1 - 8
of
8
) sorted by null
/external/llvm/lib/Analysis/
ProfileInfo.cpp
54
const double ProfileInfoT<Function,BasicBlock>::
MissingValue
= -1;
57
double ProfileInfoT<MachineFunction, MachineBasicBlock>::
MissingValue
= -1;
69
double Count =
MissingValue
;
86
if (w ==
MissingValue
) {
87
Count =
MissingValue
;
96
if (Count ==
MissingValue
) {
110
if (w ==
MissingValue
) {
111
Count =
MissingValue
;
119
if (Count !=
MissingValue
) BlockInformation[BB->getParent()][BB] = Count;
134
return
MissingValue
;
[
all
...]
ProfileEstimatorPass.cpp
97
if (w == ProfileInfo::
MissingValue
) return 0;
148
if (w ==
MissingValue
) {
153
if (getExecutionCount(BB) !=
MissingValue
) {
188
if (w ==
MissingValue
) {
275
if (w !=
MissingValue
) {
375
if (w ==
MissingValue
) {
ProfileVerifierPass.cpp
98
if (BBWeight == ProfileInfoT<FType, BType>::
MissingValue
) { BBWeight = 0; }
107
if (EdgeWeight == ProfileInfoT<FType, BType>::
MissingValue
) { EdgeWeight = 0; }
122
if (EdgeWeight == ProfileInfoT<FType, BType>::
MissingValue
) { EdgeWeight = 0; }
203
if (EdgeWeight == ProfileInfoT<FType, BType>::
MissingValue
) {
268
if (w != ProfileInfoT<FType, BType>::
MissingValue
) {
281
CheckValue(DI.BBWeight == ProfileInfoT<FType, BType>::
MissingValue
,
ProfileInfoLoaderPass.cpp
100
if ((w = getEdgeWeight(edge)) ==
MissingValue
) {
/external/llvm/include/llvm/Analysis/
ProfileInfo.h
83
//
MissingValue
- The value that is returned for execution counts in case
85
static const double
MissingValue
;
115
if (J == EdgeInformation.end()) return
MissingValue
;
118
if (I == J->second.end()) return
MissingValue
;
/external/llvm/tools/llvm-prof/
llvm-prof.cpp
72
if (w == ProfileInfo::
MissingValue
) return 0;
85
if (w != ProfileInfo::
MissingValue
) {
93
if (w != ProfileInfo::
MissingValue
) {
/external/chromium_org/net/cookies/
parsed_cookie_unittest.cc
118
TEST(ParsedCookieTest,
MissingValue
) {
/external/chromium/net/base/
cookie_monster_unittest.cc
221
TEST(ParsedCookieTest,
MissingValue
) {
[
all
...]
Completed in 160 milliseconds