Home
last modified time | relevance | path

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

/external/clang/lib/Analysis/
DThreadSafetyCommon.cpp887 unsigned Idx = BB ? BB->findPredecessorIndex(CurrentBB) : 0; in exitCFGBlockBody()
/external/clang/include/clang/Analysis/Analyses/
DThreadSafetyTIL.h1622 unsigned findPredecessorIndex(const BasicBlock *BB) const { in findPredecessorIndex() function