Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64PBQPRegAlloc.cpp176 PBQPRAGraph::EdgeId edge = G.findEdge(node1, node2); in addIntraChainConstraint()
272 PBQPRAGraph::EdgeId edge = G.findEdge(node1, node2); in addInterChainConstraint()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/PBQP/
H A DGraph.h206 assert(findEdge(E.getN1Id(), E.getN2Id()) == invalidEdgeId() && in addConstructedEdge()
573 EdgeId findEdge(NodeId N1Id, NodeId N2Id) { in findEdge() function
H A DReductionRules.h129 EdgeId YZEId = G.findEdge(YNId, ZNId); in applyR2()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_deadlock_detector1.cpp141 dd.findEdge(from, to, &stk_from, &stk_to, &unique_tid); in ReportDeadlock()
H A Dsanitizer_deadlock_detector.h258 bool findEdge(uptr from_node, uptr to_node, u32 *stk_from, u32 *stk_to, in findEdge() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocPBQP.cpp481 PBQPRAGraph::EdgeId EId = G.findEdge(N1Id, N2Id); in apply()