Home
last modified time | relevance | path

Searched defs:Edges (Results 1 – 19 of 19) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DImmutableGraph.h62 const Edge *Edges; variable
80 ImmutableGraph(std::unique_ptr<Node[]> Nodes, std::unique_ptr<Edge[]> Edges, in ImmutableGraph()
289 std::unique_ptr<Edge[]> Edges; variable
H A DX86DomainReassignment.cpp301 DenseSet<Register> Edges; member in __anoncbde8b740111::Closure
H A DX86LoadValueInjectionLoadHardening.cpp629 auto Edges = std::make_unique<unsigned int[]>(Graph->edges_size()); in hardenLoadsWithPlugin() local
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/GlobalISel/
H A DGIMatchDag.h79 EdgesVec Edges; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DSimplifyCFGPass.cpp203 SmallVector<std::pair<const BasicBlock *, const BasicBlock *>, 32> Edges; in iterativelySimplifyCFG() local
H A DJumpThreading.cpp611 SmallVector<std::pair<const BasicBlock*,const BasicBlock*>, 32> Edges; in findLoopHeaders() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DDirectedGraph.h164 EdgeListTy Edges; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DAggressiveAntiDepBreaker.cpp259 static void AntiDepEdges(const SUnit *SU, std::vector<const SDep *> &Edges) { in AntiDepEdges()
824 std::vector<const SDep *> Edges; in BreakAntiDependencies() local
H A DMachineBlockPlacement.cpp986 Edges) { in getBestNonConflictingEdges()
1044 SmallVector<WeightedEdge, 8> Edges[2]; in getBestTrellisSuccessor() local
1237 std::vector<MachineBasicBlock *> Edges; in precomputeTriangleChains() member
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
H A DGCOV.h272 using Edges = SmallVector<GCOVArc *, 4>; variable
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DLazyCallGraph.h383 Optional<EdgeSequence> Edges; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DCFLGraph.h69 EdgeList Edges, ReverseEdges; member
H A DModuleSummaryAnalysis.cpp395 SmallPtrSet<const User *, 8> &Cache) { in computeFunctionSummary()
H A DLazyCallGraph.cpp63 static void addEdge(SmallVectorImpl<LazyCallGraph::Edge> &Edges, in addEdge()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/PBQP/
H A DGraph.h173 EdgeVector Edges; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp1045 static uint64_t sumEdgeCount(const ArrayRef<PGOUseEdge *> Edges) { in sumEdgeCount()
1237 void PGOUseFunc::setEdgeCount(DirectEdges &Edges, uint64_t Value) { in setEdgeCount()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h276 std::vector<Edge> Edges; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAGHVX.cpp131 std::map<Node,NodeSet> Edges; member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp6423 std::vector<FunctionSummary::EdgeTy> Edges = makeCallList( in parseEntireSummary() local