Home
last modified time | relevance | path

Searched defs:PDTGetter (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DMustExecute.cpp378 GetterTy<PostDominatorTree> PDTGetter = [&](const Function &F) { in runOnModule() local
859 GetterTy<const PostDominatorTree> PDTGetter = [&](const Function &F) { in run() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DMustExecute.h529 GetterTy<const PostDominatorTree> PDTGetter; member