/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
H A D | AArch64PBQPRegAlloc.cpp | 181 PBQPRAGraph::EdgeId edge = G.findEdge(node1, node2); in addIntraChainConstraint() 277 PBQPRAGraph::EdgeId edge = G.findEdge(node1, node2); in addInterChainConstraint()
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/ |
H A 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()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/PBQP/ |
H A D | Graph.h | 206 assert(findEdge(E.getN1Id(), E.getN2Id()) == invalidEdgeId() && in addConstructedEdge() 573 EdgeId findEdge(NodeId N1Id, NodeId N2Id) { in findEdge() function
|
H A D | ReductionRules.h | 129 EdgeId YZEId = G.findEdge(YNId, ZNId); in applyR2()
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_deadlock_detector1.cpp | 141 dd.findEdge(from, to, &stk_from, &stk_to, &unique_tid); in ReportDeadlock()
|
H A D | sanitizer_deadlock_detector.h | 258 bool findEdge(uptr from_node, uptr to_node, u32 *stk_from, u32 *stk_to, in findEdge() function
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
H A D | sanitizer_deadlock_detector1.cc | 142 dd.findEdge(from, to, &stk_from, &stk_to, &unique_tid); in ReportDeadlock()
|
H A D | sanitizer_deadlock_detector.h | 264 bool findEdge(uptr from_node, uptr to_node, u32 *stk_from, u32 *stk_to, in findEdge() function
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_deadlock_detector1.cc | 140 dd.findEdge(from, to, &stk_from, &stk_to, &unique_tid); in ReportDeadlock()
|
H A D | sanitizer_deadlock_detector.h | 262 bool findEdge(uptr from_node, uptr to_node, u32 *stk_from, u32 *stk_to, in findEdge() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | RegAllocPBQP.cpp | 481 PBQPRAGraph::EdgeId EId = G.findEdge(N1Id, N2Id); in apply()
|