Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DThreadSafetyTIL.cpp165 unsigned BasicBlock::topologicalSort(SimpleArray<BasicBlock *> &Blocks, in topologicalSort() function in BasicBlock
170 ID = Block->topologicalSort(Blocks, ID); in topologicalSort()
292 unsigned NumUnreachableBlocks = Entry->topologicalSort(Blocks, Blocks.size()); in computeNormalForm()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIMachineScheduler.h306 void topologicalSort();
483 void topologicalSort();
H A DSIMachineScheduler.cpp614 topologicalSort(); in getBlocks()
1259 void SIScheduleBlockCreator::topologicalSort() { in topologicalSort() function in SIScheduleBlockCreator
1788 void SIScheduleDAGMI::topologicalSort() { in topologicalSort() function in SIScheduleDAGMI
1908 topologicalSort(); in schedule()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h1649 unsigned topologicalSort(SimpleArray<BasicBlock *> &Blocks, unsigned ID);