OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:addEdge
(Results
1 - 13
of
13
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_bvgraph.h
44
bool
addEdge
(uptr from, uptr to) {
/src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_bvgraph.h
43
bool
addEdge
(uptr from, uptr to) {
/src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_bvgraph.h
43
bool
addEdge
(uptr from, uptr to) {
/src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
DirectedGraph.h
126
bool
addEdge
(EdgeType &E) { return Edges.insert(&E); }
269
return Src.
addEdge
(E);
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
LazyCallGraph.cpp
63
static void
addEdge
(SmallVectorImpl<LazyCallGraph::Edge> &Edges,
108
addEdge
(Edges->Edges, Edges->EdgeIndexMap, G->get(*Callee),
122
addEdge
(Edges->Edges, Edges->EdgeIndexMap, G->get(F),
130
addEdge
(Edges->Edges, Edges->EdgeIndexMap, G->get(*F),
177
addEdge
(EntryEdges.Edges, EntryEdges.EdgeIndexMap, get(F), Edge::Ref);
189
addEdge
(EntryEdges.Edges, EntryEdges.EdgeIndexMap, get(*F), Edge::Ref);
205
addEdge
(EntryEdges.Edges, EntryEdges.EdgeIndexMap, get(F),
BlockFrequencyInfoImpl.cpp
668
void IrreducibleGraph::
addEdge
(IrrNode &Irr, const BlockNode &Succ,
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
sanitizer_bvgraph_test.cc
46
bool
addEdge
(uptr from, uptr to) {
87
EXPECT_EQ(g.
addEdge
(from, to), s_g.
addEdge
(from, to));
132
EXPECT_EQ(g.
addEdge
(from, to), s_g.
addEdge
(from, to));
186
g.
addEdge
(f0, f1);
187
g.
addEdge
(f1, f2);
188
g.
addEdge
(f2, f3);
194
g.
addEdge
(f1, t0);
207
g.
addEdge
(f3, t1)
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
CFGMST.h
113
EntryIncoming = &
addEdge
(nullptr, Entry, EntryWeight);
119
addEdge
(Entry, nullptr, EntryWeight);
145
auto *E = &
addEdge
(&BB, TargetBB, Weight);
168
Edge *ExitO = &
addEdge
(&BB, nullptr, BBWeight);
260
Edge &
addEdge
(const BasicBlock *Src, const BasicBlock *Dest, uint64_t W) {
GCOVProfiling.cpp
330
void
addEdge
(GCOVBlock &Successor, uint32_t Flags) {
793
MST.
addEdge
(SrcBB, InstrBB, 0);
794
MST.
addEdge
(InstrBB, DestBB, 0).InMST = true;
913
Src.
addEdge
(Dst, E.Place ? 0 : uint32_t(GCOV_ARC_ON_TREE));
/src/external/apache2/llvm/dist/llvm/utils/TableGen/GlobalISel/
GIMatchDag.h
199
template <class... Args> GIMatchDagEdge *
addEdge
(Args &&... args) {
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/PBQP/
Graph.h
409
EdgeId
addEdge
(NodeId N1Id, NodeId N2Id, OtherVectorT Costs) {
/src/external/apache2/llvm/dist/llvm/lib/Target/X86/
ImmutableGraph.h
320
void
addEdge
(const edge_value_type &E, BuilderNodeRef From,
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
ScheduleDAGInstrs.cpp
1207
bool ScheduleDAGInstrs::
addEdge
(SUnit *SuccSU, const SDep &PredDep) {
Completed in 21 milliseconds
Indexes created Sun Jun 07 00:24:08 UTC 2026