Searched refs:topologicalFinalSort (Results 1 – 2 of 2) sorted by relevance
189 unsigned BasicBlock::topologicalFinalSort(SimpleArray<BasicBlock *> &Blocks, in topologicalFinalSort() function in BasicBlock196 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()
1657 unsigned topologicalFinalSort(SimpleArray<BasicBlock *> &Blocks, unsigned ID);