Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/Analysis/
H A DCFGTest.cpp71 class IsPotentiallyReachableTestPass : public FunctionPass { in ExpectPath() class
73 IsPotentiallyReachableTestPass(bool ExpectedResult, Instruction *A, in ExpectPath() function in __anoncf1c11ff0111::IsPotentiallyReachableTest::ExpectPath::IsPotentiallyReachableTestPass
117 static int initialize = IsPotentiallyReachableTestPass::initialize(); in ExpectPath()
120 IsPotentiallyReachableTestPass *P = in ExpectPath()
121 new IsPotentiallyReachableTestPass(ExpectedResult, A, B, ExclusionSet); in ExpectPath()