Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSCCP.cpp115 std::function<DominatorTree &(Function &)> GetDT, in runIPSCCP()
407 auto GetDT = [&FAM](Function &F) -> DominatorTree & { in run() local