Home
last modified time | relevance | path

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

/external/testng/src/test/java/test/
DGraphTest.java36 g.topologicalSort(); in sort()
55 g.topologicalSort(); in cycleShouldFail()
63 g.topologicalSort(); in cycleShouldBeCorrect()
104 g.topologicalSort(); in findPredecessors()
/external/testng/src/main/java/org/testng/internal/
DMethodHelper.java191 private static Graph<ITestNGMethod> topologicalSort(ITestNGMethod[] methods, in topologicalSort() method in MethodHelper
231 result.topologicalSort(); in topologicalSort()
287 topologicalSort(allMethodsArray, sl, pl); in sortMethods()
303 g = topologicalSort(methods, sequentialList, parallelList); in getMethodsDependedUpon()
DGraph.java100 public void topologicalSort() { in topologicalSort() method in Graph
/external/clang/lib/Analysis/
DThreadSafetyTIL.cpp168 int BasicBlock::topologicalSort(SimpleArray<BasicBlock*>& Blocks, int ID) { in topologicalSort() function in BasicBlock
172 ID = Block->topologicalSort(Blocks, ID); in topologicalSort()
296 int NumUnreachableBlocks = Entry->topologicalSort(Blocks, Blocks.size()); in computeNormalForm()
/external/llvm/lib/Target/AMDGPU/
DSIMachineScheduler.h300 void topologicalSort();
474 void topologicalSort();
DSIMachineScheduler.cpp610 topologicalSort(); in getBlocks()
1128 void SIScheduleBlockCreator::topologicalSort() { in topologicalSort() function in SIScheduleBlockCreator
1672 void SIScheduleDAGMI::topologicalSort() { in topologicalSort() function in SIScheduleDAGMI
1793 topologicalSort(); in schedule()
/external/clang/include/clang/Analysis/Analyses/
DThreadSafetyTIL.h1661 int topologicalSort(SimpleArray<BasicBlock*>& Blocks, int ID);