Searched defs:Edge (Results 1 - 17 of 17) sorted by path

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_deadlock_detector.h390 struct Edge { struct in class:__sanitizer::DeadlockDetector
/freebsd-11-stable/contrib/llvm-project/lld/ELF/
H A DCallGraphSort.cpp56 struct Edge { struct in namespace:lld::elf::__anon1126
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLazyCallGraph.h135 class Edge { class in class:llvm::LazyCallGraph
1211 inline LazyCallGraph::Edge::Edge() : Value() {} function in class:llvm::LazyCallGraph::LazyCallGraph::Edge
1212 inline LazyCallGraph::Edge::Edge(Node &N, Kind K) : Value(&N, K) {} function in class:llvm::LazyCallGraph::LazyCallGraph::Edge
[all...]
H A DLoopInfo.h289 typedef std::pair<BlockT *, BlockT *> Edge; typedef in class:llvm::LoopBase
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DIRTranslator.h602 SmallVector<MachineBasicBlock *, 1> getMachinePredBBs(CFGEdge Edge) { argument
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h57 class Edge { class in namespace:llvm::jitlink
71 Edge(Kind K, OffsetT Offset, Symbol &Target, AddendT Addend) function in class:llvm::jitlink::Edge
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DDominators.h115 static unsigned getHashValue(const BasicBlockEdge &Edge) { argument
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DGCOV.h336 void addSrcEdge(GCOVEdge *Edge) { argument
341 void addDstEdge(GCOVEdge *Edge) { argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DCFLGraph.h61 struct Edge { struct in class:llvm::cflaa::CFLGraph
H A DDomTreeUpdater.cpp257 auto Edge = std::make_pair(U.getFrom(), U.getTo()); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp283 void IRTranslator::addMachineCFGPred(CFGEdge Edge, MachineBasicBlock *NewPred) { argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineOutliner.cpp276 insertLeaf(SuffixTreeNode &Parent, unsigned StartIdx, unsigned Edge) argument
296 insertInternalNode(SuffixTreeNode *Parent, unsigned StartIdx, unsigned EndIdx, unsigned Edge) argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ProfileData/
H A DGCOV.cpp189 GCOVEdge *Edge = Edges.back().get(); local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonConstPropagation.cpp883 CFGEdge Edge = FlowQ.front(); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DImmutableGraph.h48 class Edge { class in class:llvm::ImmutableGraph
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMaximumSpanningTree.h29 typedef std::pair<const T*, const T*> Edge; typedef in class:llvm::MaximumSpanningTree
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGVN.cpp2495 std::pair<Instruction *, unsigned> Edge = toSplit.pop_back_val(); local

Completed in 323 milliseconds