OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CumulativeCost
(Results
1 - 15
of
15
) sorted by null
/external/llvm/include/llvm/Transforms/Scalar/
ConstantHoisting.h
64
unsigned
CumulativeCost
;
67
: ConstInt(ConstInt),
CumulativeCost
(0) { }
71
CumulativeCost
+= Cost;
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/Scalar/
ConstantHoisting.h
64
unsigned
CumulativeCost
;
67
: ConstInt(ConstInt),
CumulativeCost
(0) { }
71
CumulativeCost
+= Cost;
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Transforms/Scalar/
ConstantHoisting.h
78
unsigned
CumulativeCost
= 0;
84
CumulativeCost
+= Cost;
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Transforms/Scalar/
ConstantHoisting.h
78
unsigned
CumulativeCost
= 0;
84
CumulativeCost
+= Cost;
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Transforms/Scalar/
ConstantHoisting.h
78
unsigned
CumulativeCost
= 0;
84
CumulativeCost
+= Cost;
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Transforms/Scalar/
ConstantHoisting.h
78
unsigned
CumulativeCost
= 0;
84
CumulativeCost
+= Cost;
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/Scalar/
ConstantHoisting.h
64
unsigned
CumulativeCost
;
67
: ConstInt(ConstInt),
CumulativeCost
(0) { }
71
CumulativeCost
+= Cost;
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Transforms/Scalar/
ConstantHoisting.h
78
unsigned
CumulativeCost
= 0;
84
CumulativeCost
+= Cost;
/prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Transforms/Scalar/
ConstantHoisting.h
78
unsigned
CumulativeCost
= 0;
84
CumulativeCost
+= Cost;
/prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Transforms/Scalar/
ConstantHoisting.h
78
unsigned
CumulativeCost
= 0;
84
CumulativeCost
+= Cost;
/prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Transforms/Scalar/
ConstantHoisting.h
78
unsigned
CumulativeCost
= 0;
84
CumulativeCost
+= Cost;
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Transforms/Scalar/
ConstantHoisting.h
65
unsigned
CumulativeCost
;
68
: ConstInt(ConstInt),
CumulativeCost
(0) { }
72
CumulativeCost
+= Cost;
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Transforms/Scalar/
ConstantHoisting.h
65
unsigned
CumulativeCost
;
68
: ConstInt(ConstInt),
CumulativeCost
(0) { }
72
CumulativeCost
+= Cost;
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Transforms/Scalar/
ConstantHoisting.h
65
unsigned
CumulativeCost
;
68
: ConstInt(ConstInt),
CumulativeCost
(0) { }
72
CumulativeCost
+= Cost;
/prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Transforms/Scalar/
ConstantHoisting.h
65
unsigned
CumulativeCost
;
68
: ConstInt(ConstInt),
CumulativeCost
(0) { }
72
CumulativeCost
+= Cost;
Completed in 57 milliseconds