Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DBranchProbabilityInfo.cpp1245 std::unique_ptr<PostDominatorTree> PDTPtr; in calculate() local
1253 PDTPtr = std::make_unique<PostDominatorTree>(const_cast<Function &>(F)); in calculate()
1254 PDT = PDTPtr.get(); in calculate()