Searched refs:findEdge (Results 1 – 14 of 14) sorted by relevance
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/PBQP/ |
D | Graph.h | 123 assert(findEdge(e.getNode1(), e.getNode2()) == edges.end() && in addConstructedEdge() 310 EdgeItr findEdge(NodeItr n1Itr, NodeItr n2Itr) { in findEdge() function
|
D | HeuristicSolver.h | 336 Graph::EdgeItr yzeItr = g.findEdge(ynItr, znItr); in applyR2()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/ |
D | AArch64PBQPRegAlloc.cpp | 182 PBQPRAGraph::EdgeId edge = G.findEdge(node1, node2); in addIntraChainConstraint() 278 PBQPRAGraph::EdgeId edge = G.findEdge(node1, node2); in addInterChainConstraint()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64PBQPRegAlloc.cpp | 182 PBQPRAGraph::EdgeId edge = G.findEdge(node1, node2); in addIntraChainConstraint() 278 PBQPRAGraph::EdgeId edge = G.findEdge(node1, node2); in addInterChainConstraint()
|
/external/compiler-rt/lib/sanitizer_common/tests/ |
D | sanitizer_deadlock_detector_test.cc | 469 d.findEdge(node[i], node[j], &stk_from, &stk_to, &unique_tid)); in RunRemoveEdgesTest() 486 d.findEdge(node[i], node[j], &stk_from, &stk_to, &unique_tid)); in RunRemoveEdgesTest() 489 d.findEdge(node[i], node[j], &stk_from, &stk_to, &unique_tid)); in RunRemoveEdgesTest()
|
/external/llvm/include/llvm/CodeGen/PBQP/ |
D | Graph.h | 219 assert(findEdge(E.getN1Id(), E.getN2Id()) == invalidEdgeId() && in addConstructedEdge() 580 EdgeId findEdge(NodeId N1Id, NodeId N2Id) { in findEdge() function
|
D | ReductionRules.h | 128 EdgeId YZEId = G.findEdge(YNId, ZNId); in applyR2()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/PBQP/ |
D | Graph.h | 207 assert(findEdge(E.getN1Id(), E.getN2Id()) == invalidEdgeId() && in addConstructedEdge() 574 EdgeId findEdge(NodeId N1Id, NodeId N2Id) { in findEdge() function
|
D | ReductionRules.h | 130 EdgeId YZEId = G.findEdge(YNId, ZNId); in applyR2()
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_deadlock_detector1.cc | 142 dd.findEdge(from, to, &stk_from, &stk_to, &unique_tid); in ReportDeadlock()
|
D | sanitizer_deadlock_detector.h | 264 bool findEdge(uptr from_node, uptr to_node, u32 *stk_from, u32 *stk_to, in findEdge() function
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | RegAllocPBQP.cpp | 399 PBQP::Graph::EdgeItr edge = g.findEdge(node1, node2); in build()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | RegAllocPBQP.cpp | 484 PBQPRAGraph::EdgeId EId = G.findEdge(N1Id, N2Id); in apply()
|
/external/llvm/lib/CodeGen/ |
D | RegAllocPBQP.cpp | 458 PBQPRAGraph::EdgeId EId = G.findEdge(N1Id, N2Id); in apply()
|