Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DBranchProbabilityInfo.cpp1263 std::unique_ptr<DominatorTree> DTPtr; in calculate() local
1267 DTPtr = std::make_unique<DominatorTree>(const_cast<Function &>(F)); in calculate()
1268 DT = DTPtr.get(); in calculate()