reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/Analysis/BranchProbabilityInfo.h
   63         PostDominatedByUnreachable(std::move(Arg.PostDominatedByUnreachable)),
   73     PostDominatedByUnreachable = std::move(RHS.PostDominatedByUnreachable);
   73     PostDominatedByUnreachable = std::move(RHS.PostDominatedByUnreachable);
lib/Analysis/BranchProbabilityInfo.cpp
  152       PostDominatedByUnreachable.insert(BB);
  159     if (PostDominatedByUnreachable.count(II->getNormalDest()))
  160       PostDominatedByUnreachable.insert(BB);
  166     if (!PostDominatedByUnreachable.count(I))
  169   PostDominatedByUnreachable.insert(BB);
  221     if (PostDominatedByUnreachable.count(*I))
  289     if (PostDominatedByUnreachable.count(TI->getSuccessor(i - 1)))
  954   assert(PostDominatedByUnreachable.empty());
 1006   PostDominatedByUnreachable.clear();