Home
last modified time | relevance | path

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

/external/llvm/unittests/Analysis/
DCFGTest.cpp70 class IsPotentiallyReachableTestPass : public FunctionPass { in ExpectPath() class
72 IsPotentiallyReachableTestPass(bool ExpectedResult, in ExpectPath() function in __anondb3a8b7b0111::IsPotentiallyReachableTest::ExpectPath::IsPotentiallyReachableTestPass
107 static int initialize = IsPotentiallyReachableTestPass::initialize(); in ExpectPath()
110 IsPotentiallyReachableTestPass *P = in ExpectPath()
111 new IsPotentiallyReachableTestPass(ExpectedResult, A, B); in ExpectPath()