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

Declarations

include/llvm/Analysis/CFG.h
   67 bool isPotentiallyReachable(

References

lib/Analysis/BasicAliasAnalysis.cpp
 1931     if (isPotentiallyReachable(&P->front(), Inst, nullptr, DT, LI))
lib/Analysis/CaptureTracking.cpp
  127           !isPotentiallyReachable(I, BeforeHere, nullptr, DT))
lib/CodeGen/DwarfEHPrepare.cpp
  148       if (isPotentiallyReachable(LP, RI, nullptr, DT)) {
lib/Target/AArch64/AArch64StackTagging.cpp
  647           if (!isPotentiallyReachable(Start, RI, nullptr, DT))
lib/Transforms/Scalar/PlaceSafepoints.cpp
  668   assert(isPotentiallyReachable(&*Start, &*After) &&
unittests/Analysis/CFGTest.cpp
  102         EXPECT_EQ(isPotentiallyReachable(A, B, &ExclusionSet, nullptr, nullptr),
  104         EXPECT_EQ(isPotentiallyReachable(A, B, &ExclusionSet, DT, nullptr),
  106         EXPECT_EQ(isPotentiallyReachable(A, B, &ExclusionSet, nullptr, LI),
  108         EXPECT_EQ(isPotentiallyReachable(A, B, &ExclusionSet, DT, LI),