Home
last modified time | relevance | path

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

12

/llvm-project/llvm/unittests/Transforms/Utils/
H A DCodeLayoutTest.cpp16 const EdgeCount Edges[] = {{0, 1, 40}, {0, 2, 100}, {1, 2, 40}}; in TEST() local
26 const EdgeCount Edges[] = {{0, 1, 80}, {0, 2, 100}, {1, 2, 80}}; in TEST() local
38 const EdgeCount Edges[] = {{0, 1, 7}, {1, 2, 7}, {0, 3, 15}, in TEST() local
59 const EdgeCount Edges[] = {{0, 1, 177}, {1, 2, 196}, {2, 3, 124}, {3, 1, 124}, in TEST() local
/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DProfiledCallGraph.h58 edges Edges; member
158 auto &Edges = ProfiledFunctions[CallerName]->Edges; variable
197 auto &Edges = Node.second->Edges; global() variable
[all...]
/llvm-project/clang-tools-extra/pseudo/include/clang-pseudo/grammar/
H A DLRGraph.h
/llvm-project/clang-tools-extra/clangd/index/
H A DBackgroundIndexLoader.cpp53 std::vector<Path> Edges = {}; in loadShard() local
/llvm-project/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; global() member in __anonec12a15c0111::Closure
H A DX86LoadValueInjectionLoadHardening.cpp626 auto Edges = std::make_unique<unsigned int[]>(Graph->edges_size()); hardenLoadsWithPlugin() local
/llvm-project/bolt/include/bolt/Passes/
H A DInstrumentationSummary.h95 std::vector<EdgeDescription> Edges; member
/llvm-project/llvm/include/llvm/ADT/
H A DDirectedGraph.h165 EdgeListTy Edges; variable
/llvm-project/llvm/lib/Transforms/Scalar/
H A DSimplifyCFGPass.cpp230 SmallVector<std::pair<const BasicBlock *, const BasicBlock *>, 32> Edges; iterativelySimplifyCFG() local
/llvm-project/llvm/lib/CodeGen/
H A DAggressiveAntiDepBreaker.cpp257 static void AntiDepEdges(const SUnit *SU, std::vector<const SDep *> &Edges) { in AntiDepEdges() argument
804 std::vector<const SDep *> Edges; BreakAntiDependencies() local
H A DMachineBlockPlacement.cpp1022 getBestNonConflictingEdges(const MachineBasicBlock * BB,MutableArrayRef<SmallVector<MachineBlockPlacement::WeightedEdge,8>> Edges) getBestNonConflictingEdges() argument
1080 SmallVector<WeightedEdge, 8> Edges[2]; getBestTrellisSuccessor() local
1273 std::vector<MachineBasicBlock *> Edges; precomputeTriangleChains() member
[all...]
/llvm-project/clang-tools-extra/pseudo/lib/grammar/
H A DLRGraph.cpp
/llvm-project/llvm/include/llvm/ProfileData/
H A DGCOV.h279 using Edges = SmallVector<GCOVArc *, 4>; variable
/llvm-project/llvm/include/llvm/Analysis/
H A DLazyCallGraph.h381 std::optional<EdgeSequence> Edges; global() variable
[all...]
/llvm-project/llvm/lib/Analysis/
H A DLazyCallGraph.cpp60 addEdge(SmallVectorImpl<LazyCallGraph::Edge> & Edges,DenseMap<LazyCallGraph::Node *,int> & EdgeIndexMap,LazyCallGraph::Node & N,LazyCallGraph::Edge::Kind EK) addEdge() argument
1164 removeInternalRefEdges(ArrayRef<std::pair<Node *,Node * >> Edges) removeInternalRefEdges() argument
[all...]
H A DModuleSummaryAnalysis.cpp563 __anonf4bec86e0202(const std::vector<const Instruction *> &Instrs, SetVector<ValueInfo, std::vector<ValueInfo>> &Edges, SmallPtrSet<const User *, 8> &Cache) computeFunctionSummary() argument
/llvm-project/llvm/lib/Transforms/IPO/
H A DMemProfContextDisambiguation.cpp321 for (auto &Edge : *Edges) in emptyContextIds() local
287 auto *Edges = getEdgesWithAllocInfo(); getContextIds() local
303 auto *Edges = getEdgesWithAllocInfo(); computeAllocType() local
828 allocTypesMatch(const std::vector<uint8_t> & InAllocTypes,const std::vector<std::shared_ptr<ContextEdge<DerivedCCG,FuncTy,CallTy>>> & Edges) allocTypesMatch() argument
[all...]
/llvm-project/llvm/include/llvm/CodeGen/PBQP/
H A DGraph.h173 EdgeVector Edges; variable
/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp1076 sumEdgeCount(const ArrayRef<PGOUseEdge * > Edges) sumEdgeCount() argument
1292 setEdgeCount(DirectEdges & Edges,uint64_t Value) setEdgeCount() argument
/llvm-project/llvm/lib/Transforms/Utils/
H A DSampleProfileInference.cpp573 std::vector<std::vector<Edge>> Edges; member in __anon36fa3ec30111::MinCostMaxFlow
H A DCodeLayout.cpp363 std::vector<std::pair<ChainT *, ChainEdge *>> Edges; member
[all...]
/llvm-project/llvm/lib/Passes/
H A DStandardInstrumentations.cpp1663 std::vector<DisplayEdge> Edges; global() member in __anon5eea9d392a11::DisplayNode
1836 std::vector<unsigned> Edges; global() member in __anon5eea9d392a11::DotCfgDiffNode
/llvm-project/bolt/runtime/
H A Dinstr.cpp548 const EdgeDescription *Edges; member
/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h357 std::vector<Edge> Edges; global() variable
[all...]

12