Searched refs:PostDominatedByUnreachable (Results 1 - 2 of 2) sorted by last modified time

/external/llvm/include/llvm/Analysis/
H A DBranchProbabilityInfo.h136 SmallPtrSet<BasicBlock *, 16> PostDominatedByUnreachable; member in class:llvm::BranchProbabilityInfo
/external/llvm/lib/Analysis/
H A DBranchProbabilityInfo.cpp130 PostDominatedByUnreachable.insert(BB);
138 if (PostDominatedByUnreachable.count(*I))
147 PostDominatedByUnreachable.insert(BB);
495 assert(PostDominatedByUnreachable.empty());
521 PostDominatedByUnreachable.clear();

Completed in 150 milliseconds