Searched refs:addEdge (Results 26 - 33 of 33) sorted by relevance

12

/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DImmutableGraph.h320 void addEdge(const edge_value_type &E, BuilderNodeRef From, function in class:llvm::ImmutableGraphBuilder
/netbsd-current/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/JITLink/
H A DMachO_x86_64.cpp407 BlockToFix->addEdge(Kind, FixupAddress - BlockToFix->getAddress(),
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h235 void addEdge(Edge::Kind K, Edge::OffsetT Offset, Symbol &Target,
242 void addEdge(const Edge &E) { Edges.push_back(E); }
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineScheduler.cpp1637 if (!DAG->addEdge(SUb, SDep(SUa, SDep::Cluster)))
1654 DAG->addEdge(Succ.getSUnit(), SDep(SUb, SDep::Artificial));
1668 DAG->addEdge(SUa, SDep(Pred.getSUnit(), SDep::Artificial));
1933 DAG->addEdge(GlobalSU, SDep(LU, SDep::Weak));
1938 DAG->addEdge(FirstLocalSU, SDep(GU, SDep::Weak));
H A DScheduleDAGInstrs.cpp1207 bool ScheduleDAGInstrs::addEdge(SUnit *SuccSU, const SDep &PredDep) { function in class:ScheduleDAGInstrs
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DBlockFrequencyInfoImpl.cpp668 void IrreducibleGraph::addEdge(IrrNode &Irr, const BlockNode &Succ, function in class:IrreducibleGraph
/netbsd-current/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DGICombinerEmitter.cpp546 MatchDag.addEdge(insertStrTab(NameAndDefs.getKey()), UseVar.N, UseVar.Op,
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp852 MST.addEdge(SrcBB, InstrBB, 0);
854 Edge &NewEdge1 = MST.addEdge(InstrBB, DestBB, 0);

Completed in 305 milliseconds

12