Home
last modified time | relevance | path

Searched refs:topologicalFinalSort (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/Analysis/
H A DThreadSafetyTIL.cpp189 unsigned BasicBlock::topologicalFinalSort(SimpleArray<BasicBlock *> &Blocks, in topologicalFinalSort() function in BasicBlock
196 ID = DominatorNode.Parent->topologicalFinalSort(Blocks, ID); in topologicalFinalSort()
198 ID = Pred->topologicalFinalSort(Blocks, ID); in topologicalFinalSort()
309 unsigned NumBlocks = Exit->topologicalFinalSort(Blocks, 0); in computeNormalForm()
/openbsd-src/gnu/llvm/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h1648 unsigned topologicalFinalSort(SimpleArray<BasicBlock *> &Blocks, unsigned ID);