Home
last modified time | relevance | path

Searched defs:edges (Results 1 – 13 of 13) sorted by relevance

/llvm-project/mlir/unittests/Conversion/PDLToPDLInterp/
H A DRootOrderingTest.cpp49 void check(unsigned cost, const OptimalBranching::EdgeList &edges) { in check()
/llvm-project/llvm/include/llvm/XRay/
H A DGraph.h355 EdgeView<false> edges() { return EdgeView<false>(*this); } edges() function
357 EdgeView<true> edges() const { return EdgeView<true>(*this); } edges() function
[all...]
/llvm-project/clang-tools-extra/pseudo/include/clang-pseudo/grammar/
H A DLRGraph.h
/llvm-project/mlir/include/mlir/Analysis/
H A DCallGraph.h144 edges; variable
/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DProfiledCallGraph.h50 using edges = std::set<edge, ProfiledCallGraphEdgeComparer>; member
[all...]
/llvm-project/llvm/lib/Target/X86/
H A DImmutableGraph.h74 ArrayRef<Edge> edges() const { in edges() function
94 ArrayRef<Edge> edges() const { return ArrayRef(Edges.get(), EdgesSize); } in edges() function
H A DX86DomainReassignment.cpp336 iterator_range<const_edge_iterator> edges() const { edges() function in __anonec12a15c0111::Closure
/llvm-project/lld/MachO/
H A DExportTrie.cpp86 std::vector<Edge> edges; member
/llvm-project/mlir/lib/Transforms/
H A DViewOpGraph.cpp350 std::vector<std::string> edges; global() member in __anonb91509060211::PrintOpPass
[all...]
/llvm-project/lldb/source/Symbol/
H A DFunction.cpp358 auto edges = GetCallEdges(); GetCallEdgeForReturnAddress() local
/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h329 /// Return the list of edges attached to this content. in edges() function
324 iterator_range<edge_iterator> edges() { edges() function
[all...]
/llvm-project/mlir/lib/Transforms/Utils/
H A DCFGToSCF.cpp820 CycleEdges edges = calculateCycleEdges(cycleBlockSet); in transformCyclesToSCFLoops() local
/llvm-project/mlir/lib/Dialect/Affine/Analysis/
H A DUtils.cpp601 forEachMemRefEdge(ArrayRef<Edge> edges,const std::function<void (Edge)> & callback) forEachMemRefEdge() argument
[all...]