Searched refs:PDTPtr (Results 1 – 1 of 1) sorted by relevance
1238 std::unique_ptr<PostDominatorTree> PDTPtr; in calculate() local1246 PDTPtr = std::make_unique<PostDominatorTree>(const_cast<Function &>(F)); in calculate()1247 PDT = PDTPtr.get(); in calculate()