Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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-15.0.7/mlir/test/lib/Analysis/
H A DTestSlice.cpp37 sortedOp = topologicalSort(sortedOp); in runOnOperation()
/llvm-project-15.0.7/mlir/include/mlir/Analysis/
H A DSliceAnalysis.h206 SetVector<Operation *> topologicalSort(const SetVector<Operation *> &toSort);
/llvm-project-15.0.7/mlir/lib/Analysis/
H A DSliceAnalysis.cpp155 return topologicalSort(slice); in getSlice()
195 mlir::topologicalSort(const SetVector<Operation *> &toSort) { in topologicalSort() function in mlir
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DSIMachineScheduler.h305 void topologicalSort();
482 void topologicalSort();
H A DSIMachineScheduler.cpp614 topologicalSort(); in getBlocks()
1245 void SIScheduleBlockCreator::topologicalSort() { in topologicalSort() function in SIScheduleBlockCreator
1768 void SIScheduleDAGMI::topologicalSort() { in topologicalSort() function in SIScheduleDAGMI
1894 topologicalSort(); in schedule()
/llvm-project-15.0.7/mlir/lib/Dialect/Affine/Utils/
H A DLoopFusionUtils.cpp406 topologicalSort(forwardSlice); in promoteSingleIterReductionLoop()
/llvm-project-15.0.7/mlir/lib/Conversion/VectorToGPU/
H A DVectorToGPU.cpp272 return topologicalSort(opToConvert); in getOpToConvert()
/llvm-project-15.0.7/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h1649 unsigned topologicalSort(SimpleArray<BasicBlock *> &Blocks, unsigned ID);