Home
last modified time | relevance | path

Searched refs:findEdge (Results 1 – 14 of 14) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/PBQP/
DGraph.h123 assert(findEdge(e.getNode1(), e.getNode2()) == edges.end() && in addConstructedEdge()
310 EdgeItr findEdge(NodeItr n1Itr, NodeItr n2Itr) { in findEdge() function
DHeuristicSolver.h336 Graph::EdgeItr yzeItr = g.findEdge(ynItr, znItr); in applyR2()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64PBQPRegAlloc.cpp182 PBQPRAGraph::EdgeId edge = G.findEdge(node1, node2); in addIntraChainConstraint()
278 PBQPRAGraph::EdgeId edge = G.findEdge(node1, node2); in addInterChainConstraint()
/external/llvm/lib/Target/AArch64/
DAArch64PBQPRegAlloc.cpp182 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/
Dsanitizer_deadlock_detector_test.cc469 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/
DGraph.h219 assert(findEdge(E.getN1Id(), E.getN2Id()) == invalidEdgeId() && in addConstructedEdge()
580 EdgeId findEdge(NodeId N1Id, NodeId N2Id) { in findEdge() function
DReductionRules.h128 EdgeId YZEId = G.findEdge(YNId, ZNId); in applyR2()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/PBQP/
DGraph.h207 assert(findEdge(E.getN1Id(), E.getN2Id()) == invalidEdgeId() && in addConstructedEdge()
574 EdgeId findEdge(NodeId N1Id, NodeId N2Id) { in findEdge() function
DReductionRules.h130 EdgeId YZEId = G.findEdge(YNId, ZNId); in applyR2()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_deadlock_detector1.cc142 dd.findEdge(from, to, &stk_from, &stk_to, &unique_tid); in ReportDeadlock()
Dsanitizer_deadlock_detector.h264 bool findEdge(uptr from_node, uptr to_node, u32 *stk_from, u32 *stk_to, in findEdge() function
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DRegAllocPBQP.cpp399 PBQP::Graph::EdgeItr edge = g.findEdge(node1, node2); in build()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DRegAllocPBQP.cpp484 PBQPRAGraph::EdgeId EId = G.findEdge(N1Id, N2Id); in apply()
/external/llvm/lib/CodeGen/
DRegAllocPBQP.cpp458 PBQPRAGraph::EdgeId EId = G.findEdge(N1Id, N2Id); in apply()