Home
last modified time | relevance | path

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

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