Searched refs:topologicalFinalSort (Results 1 – 2 of 2) sorted by relevance
190 unsigned BasicBlock::topologicalFinalSort(SimpleArray<BasicBlock *> &Blocks, in topologicalFinalSort() function in BasicBlock197 ID = DominatorNode.Parent->topologicalFinalSort(Blocks, ID); in topologicalFinalSort()199 ID = Pred->topologicalFinalSort(Blocks, ID); in topologicalFinalSort()310 unsigned NumBlocks = Exit->topologicalFinalSort(Blocks, 0); in computeNormalForm()
1649 unsigned topologicalFinalSort(SimpleArray<BasicBlock *> &Blocks, unsigned ID);