OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:NumEdges
(Results
1 - 7
of
7
) sorted by null
/external/swiftshader/third_party/LLVM/lib/Transforms/Instrumentation/
EdgeProfiling.cpp
63
unsigned
NumEdges
= 0;
67
++
NumEdges
;
73
NumEdges
+= BB->getTerminator()->getNumSuccessors();
77
Type *ATy = ArrayType::get(Type::getInt32Ty(M.getContext()),
NumEdges
);
81
NumEdgesInserted =
NumEdges
;
OptimalEdgeProfiling.cpp
83
//
NumEdges
counts all the edges that may be instrumented. Later on its
89
unsigned
NumEdges
= 0;
94
++
NumEdges
;
101
++
NumEdges
;
103
NumEdges
+= BB->getTerminator()->getNumSuccessors();
116
ArrayType *ATy = ArrayType::get(Int32,
NumEdges
);
122
std::vector<Constant*> Initializer(
NumEdges
);
215
assert(i ==
NumEdges
&& "the number of edges in counting array is wrong");
/external/tensorflow/tensorflow/core/grappler/optimizers/
meta_optimizer.cc
57
int64
NumEdges
(const GraphDef& graph) {
68
NumEdges
(after), " edges (",
69
NumEdges
(after) -
NumEdges
(before), ")");
/external/llvm/lib/Transforms/Utils/
PromoteMemoryToRegister.cpp
[
all
...]
/external/swiftshader/third_party/LLVM/lib/Analysis/
LazyValueInfo.cpp
883
unsigned
NumEdges
= 0;
887
if (
NumEdges
++) break;
891
if (
NumEdges
== 1) {
[
all
...]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
PromoteMemoryToRegister.cpp
[
all
...]
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
PromoteMemoryToRegister.cpp
[
all
...]
Completed in 1978 milliseconds