Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DMustExecute.cpp374 GetterTy<DominatorTree> DTGetter = [&](const Function &F) { in runOnModule() local
856 GetterTy<const DominatorTree> DTGetter = [&](const Function &F) { in run() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DMustExecute.h528 GetterTy<const DominatorTree> DTGetter; member