Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/IPO/
H A DProfiledCallGraph.h59 edges Edges; member
147 auto &Edges = ProfiledFunctions[CallerName].Edges; variable
/openbsd-src/gnu/llvm/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.cpp302 DenseSet<Register> Edges; member in __anon73142a400111::Closure
H A DX86LoadValueInjectionLoadHardening.cpp628 auto Edges = std::make_unique<unsigned int[]>(Graph->edges_size()); in hardenLoadsWithPlugin() local
/openbsd-src/gnu/llvm/llvm/utils/TableGen/GlobalISel/
H A DGIMatchDag.h78 EdgesVec Edges; variable
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DAggressiveAntiDepBreaker.cpp258 static void AntiDepEdges(const SUnit *SU, std::vector<const SDep *> &Edges) { in AntiDepEdges()
813 std::vector<const SDep *> Edges; in BreakAntiDependencies() local
H A DMachineBlockPlacement.cpp1018 Edges) { in getBestNonConflictingEdges()
1076 SmallVector<WeightedEdge, 8> Edges[2]; in getBestTrellisSuccessor() local
1269 std::vector<MachineBasicBlock *> Edges; in precomputeTriangleChains() member
/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/
H A DDirectedGraph.h165 EdgeListTy Edges; variable
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DSimplifyCFGPass.cpp228 SmallVector<std::pair<const BasicBlock *, const BasicBlock *>, 32> Edges; in iterativelySimplifyCFG() local
H A DJumpThreading.cpp620 SmallVector<std::pair<const BasicBlock*,const BasicBlock*>, 32> Edges; in findLoopHeaders() local
/openbsd-src/gnu/llvm/llvm/include/llvm/ProfileData/
H A DGCOV.h275 using Edges = SmallVector<GCOVArc *, 4>; variable
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DLazyCallGraph.h381 std::optional<EdgeSequence> Edges; variable
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/PBQP/
H A DGraph.h173 EdgeVector Edges; variable
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DModuleSummaryAnalysis.cpp486 SmallPtrSet<const User *, 8> &Cache) { in computeFunctionSummary()
H A DLazyCallGraph.cpp60 static void addEdge(SmallVectorImpl<LazyCallGraph::Edge> &Edges, in addEdge()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp1016 static uint64_t sumEdgeCount(const ArrayRef<PGOUseEdge *> Edges) { in sumEdgeCount()
1211 void PGOUseFunc::setEdgeCount(DirectEdges &Edges, uint64_t Value) { in setEdgeCount()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DSampleProfileInference.cpp572 std::vector<std::vector<Edge>> Edges; member in __anon16945f270111::MinCostMaxFlow
H A DCodeLayout.cpp330 std::vector<std::pair<Chain *, ChainEdge *>> Edges; member in __anone35372fe0111::Chain
/openbsd-src/gnu/llvm/llvm/lib/Passes/
H A DStandardInstrumentations.cpp1325 std::vector<DisplayEdge> Edges; member in __anon0dac999d2511::DisplayNode
1498 std::vector<unsigned> Edges; member in __anon0dac999d2511::DotCfgDiffNode
/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h351 std::vector<Edge> Edges; variable
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAGHVX.cpp137 std::map<Node,NodeSet> Edges; member
/openbsd-src/gnu/llvm/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp7445 std::vector<FunctionSummary::EdgeTy> Edges = makeCallList( in parseEntireSummary() local
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp4345 TreeEntry *UserTE, SmallVectorImpl<std::pair<unsigned, TreeEntry *>> &Edges, in canReorderOperands()