Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Transforms/IPO/
H A DSCCP.cpp115 std::function<DominatorTree &(Function &)> GetDT, in runIPSCCP() argument
395 auto GetDT = [&FAM](Function &F) -> DominatorTree & { run() local
/llvm-project/llvm/unittests/Transforms/IPO/
H A DFunctionSpecializationTest.cpp76 auto GetDT = [this](Function &F) -> DominatorTree & { getSpecializerFor() local