Home
last modified time | relevance | path

Searched refs:DTPtr (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DBranchProbabilityInfo.cpp1235 std::unique_ptr<DominatorTree> DTPtr; in calculate() local
1239 DTPtr = std::make_unique<DominatorTree>(const_cast<Function &>(F)); in calculate()
1240 DT = DTPtr.get(); in calculate()