Home
last modified time | relevance | path

Searched refs: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() argument
128 DominatorTree &DT = GetDT(F); in runIPSCCP()
395 auto GetDT = [&FAM](Function &F) -> DominatorTree & { in run() local
403 if (!runIPSCCP(M, DL, &FAM, GetTLI, GetTTI, GetAC, GetDT, GetBFI, in run()