Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMustExecute.h527 GetterTy<const PostDominatorTree> PDTGetter; member
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DMustExecute.cpp761 GetterTy<const PostDominatorTree> PDTGetter = [&](const Function &F) { in run() local