Home
last modified time | relevance | path

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

/llvm-project/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()
/llvm-project/mlir/include/mlir/Analysis/
H A DTopologicalSortUtils.h113 SetVector<Operation *> topologicalSort(const SetVector<Operation *> &toSort);
/llvm-project/mlir/test/lib/Analysis/
H A DTestSlice.cpp39 SetVector<Operation *> sortedOps = topologicalSort(toSort); in runOnOperation()
/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIMachineScheduler.h305 void topologicalSort();
482 void topologicalSort();
H A DSIMachineScheduler.cpp611 topologicalSort(); in getBlocks()
1233 void SIScheduleBlockCreator::topologicalSort() {
1754 void SIScheduleDAGMI::topologicalSort() {
1880 topologicalSort(); in schedule()
1243 void SIScheduleBlockCreator::topologicalSort() { topologicalSort() function in SIScheduleBlockCreator
1766 void SIScheduleDAGMI::topologicalSort() { topologicalSort() function in SIScheduleDAGMI
/llvm-project/mlir/lib/Analysis/
H A DTopologicalSortUtils.cpp283 mlir::topologicalSort(const SetVector<Operation *> &toSort) { in topologicalSort() function in mlir
H A DSliceAnalysis.cpp182 return topologicalSort(slice); in dependsOnCarriedVals()
/llvm-project/mlir/lib/Transforms/
H A DSROA.cpp161 usersToRewire = mlir::topologicalSort(usersToRewire); in destructureSlot()
/llvm-project/mlir/lib/Dialect/Affine/Utils/
H A DLoopFusionUtils.cpp401 topologicalSort(forwardSlice); in promoteSingleIterReductionLoop()
/llvm-project/mlir/lib/Conversion/VectorToGPU/
H A DVectorToGPU.cpp380 return topologicalSort(opToConvert);
/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h1652 unsigned topologicalSort(SimpleArray<BasicBlock *> &Blocks, unsigned ID);