Searched refs:AvailablePredSet (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp1033 SmallPtrSet<BasicBlock*, 8> AvailablePredSet; local
1036 AvailablePredSet.insert(AvailablePreds[i].first);
1046 if (!AvailablePredSet.count(P))

Completed in 36 milliseconds