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.cpp1237 std::unique_ptr<DominatorTree> DTPtr; in calculate() local
1241 DTPtr = std::make_unique<DominatorTree>(const_cast<Function &>(F)); in calculate()
1242 DT = DTPtr.get(); in calculate()