Home
last modified time | relevance | path

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

/external/clang/lib/Analysis/
DThreadSafetyTIL.cpp191 int BasicBlock::topologicalFinalSort(SimpleArray<BasicBlock*>& Blocks, int ID) { in topologicalFinalSort() function in BasicBlock
197 ID = DominatorNode.Parent->topologicalFinalSort(Blocks, ID); in topologicalFinalSort()
199 ID = Pred->topologicalFinalSort(Blocks, ID); in topologicalFinalSort()
313 int NumBlocks = Exit->topologicalFinalSort(Blocks, 0); in computeNormalForm()
/external/clang/include/clang/Analysis/Analyses/
DThreadSafetyTIL.h1662 int topologicalFinalSort(SimpleArray<BasicBlock*>& Blocks, int ID);