Searched refs:topologicalFinalSort (Results 1 – 2 of 2) sorted by relevance
188 unsigned BasicBlock::topologicalFinalSort(SimpleArray<BasicBlock *> &Blocks, in topologicalFinalSort() function in BasicBlock195 ID = DominatorNode.Parent->topologicalFinalSort(Blocks, ID); in topologicalFinalSort()197 ID = Pred->topologicalFinalSort(Blocks, ID); in topologicalFinalSort()308 unsigned NumBlocks = Exit->topologicalFinalSort(Blocks, 0); in computeNormalForm()
1654 unsigned topologicalFinalSort(SimpleArray<BasicBlock *> &Blocks, unsigned ID);