Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/
H A DThreadSafetyTIL.cpp166 unsigned BasicBlock::topologicalSort(SimpleArray<BasicBlock *> &Blocks, in topologicalSort() function in BasicBlock
171 ID = Block->topologicalSort(Blocks, ID); in topologicalSort()
293 unsigned NumUnreachableBlocks = Entry->topologicalSort(Blocks, Blocks.size()); in computeNormalForm()
/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DSIMachineScheduler.h310 void topologicalSort();
493 void topologicalSort();
H A DSIMachineScheduler.cpp640 topologicalSort(); in getBlocks()
1286 void SIScheduleBlockCreator::topologicalSort() { in topologicalSort() function in SIScheduleBlockCreator
1818 void SIScheduleDAGMI::topologicalSort() { in topologicalSort() function in SIScheduleDAGMI
1936 topologicalSort(); in schedule()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h1648 unsigned topologicalSort(SimpleArray<BasicBlock *> &Blocks, unsigned ID);