Home
last modified time | relevance | path

Searched refs:topologicalSort (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DThreadSafetyTIL.cpp164 unsigned BasicBlock::topologicalSort(SimpleArray<BasicBlock *> &Blocks, in topologicalSort() function in BasicBlock
169 ID = Block->topologicalSort(Blocks, ID); in topologicalSort()
291 unsigned NumUnreachableBlocks = Entry->topologicalSort(Blocks, Blocks.size()); in computeNormalForm()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIMachineScheduler.h305 void topologicalSort();
482 void topologicalSort();
H A DSIMachineScheduler.cpp608 topologicalSort(); in getBlocks()
1227 void SIScheduleBlockCreator::topologicalSort() { in topologicalSort() function in SIScheduleBlockCreator
1748 void SIScheduleDAGMI::topologicalSort() { in topologicalSort() function in SIScheduleDAGMI
1874 topologicalSort(); in schedule()
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h1653 unsigned topologicalSort(SimpleArray<BasicBlock *> &Blocks, unsigned ID);