Searched refs:findEdge (Results 1 - 11 of 11) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64PBQPRegAlloc.cpp181 PBQPRAGraph::EdgeId edge = G.findEdge(node1, node2);
277 PBQPRAGraph::EdgeId edge = G.findEdge(node1, node2);
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_deadlock_detector1.cc142 dd.findEdge(from, to, &stk_from, &stk_to, &unique_tid);
H A Dsanitizer_deadlock_detector.h264 bool findEdge(uptr from_node, uptr to_node, u32 *stk_from, u32 *stk_to, function in class:__sanitizer::DeadlockDetector
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_deadlock_detector1.cc140 dd.findEdge(from, to, &stk_from, &stk_to, &unique_tid);
H A Dsanitizer_deadlock_detector.h262 bool findEdge(uptr from_node, uptr to_node, u32 *stk_from, u32 *stk_to, function in class:__sanitizer::DeadlockDetector
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/PBQP/
H A DReductionRules.h129 EdgeId YZEId = G.findEdge(YNId, ZNId);
H A DGraph.h206 assert(findEdge(E.getN1Id(), E.getN2Id()) == invalidEdgeId() &&
573 EdgeId findEdge(NodeId N1Id, NodeId N2Id) { function in class:llvm::PBQP::Graph
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_deadlock_detector1.cpp141 dd.findEdge(from, to, &stk_from, &stk_to, &unique_tid);
H A Dsanitizer_deadlock_detector.h258 bool findEdge(uptr from_node, uptr to_node, u32 *stk_from, u32 *stk_to, function in class:__sanitizer::DeadlockDetector
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
H A Dsanitizer_deadlock_detector_test.cc469 d.findEdge(node[i], node[j], &stk_from, &stk_to, &unique_tid));
486 d.findEdge(node[i], node[j], &stk_from, &stk_to, &unique_tid));
489 d.findEdge(node[i], node[j], &stk_from, &stk_to, &unique_tid));
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DRegAllocPBQP.cpp481 PBQPRAGraph::EdgeId EId = G.findEdge(N1Id, N2Id);

Completed in 98 milliseconds