Home
last modified time | relevance | path

Searched refs:addEdges (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_deadlock_detector.h240 uptr addEdges(DeadlockDetectorTLS<BV> *dtls, uptr cur_node, u32 stk, in addEdges() function
245 uptr n_added_edges = g_.addEdges(dtls->getLocks(current_epoch_), cur_idx, in addEdges()
278 addEdges(dtls, cur_node, stk, 0);
H A Dsanitizer_deadlock_detector1.cpp114 dd.addEdges(&lt->dd, m->id, cb->Unwind(), cb->UniqueTid()); in MutexBeforeLock()
168 dd.addEdges(&lt->dd, m->id, stk ? stk : cb->Unwind(), cb->UniqueTid()); in MutexAfterLock()
H A Dsanitizer_bvgraph.h49 uptr addEdges(const BV &from, uptr to, uptr added_edges[], in addEdges() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DBlockFrequencyInfoImpl.h652 void addEdges(const BlockNode &Node, const BFIBase::LoopData *OuterLoop,
664 addEdges(N, OuterLoop, addBlockEdges);
668 addEdges(Index, OuterLoop, addBlockEdges);
674 void IrreducibleGraph::addEdges(const BlockNode &Node,
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUIGroupLP.cpp342 int addEdges(SmallVectorImpl<SchedGroup> &SyncPipeline, SUnit *SU, int SGID,
492 int PipelineSolver::addEdges( in addEdges() function in __anon5d856e630111::PipelineSolver
603 int TempCost = addEdges(SyncPipeline, CurrSU.first, CandSGID, AddedEdges); in populateReadyList()
671 AddedCost = addEdges(SyncPipeline, CurrSU.first, CandSGID, AddedEdges); in solveExact()
753 TempCost = addEdges(SyncPipeline, CurrSU.first, CandSGID, AddedEdges); in greedyFind()
767 addEdges(SyncPipeline, CurrSU.first, BestGroupID, AddedEdges); in greedyFind()