Searched refs:DTPtr (Results 1 – 1 of 1) sorted by relevance
1237 std::unique_ptr<DominatorTree> DTPtr; in calculate() local1241 DTPtr = std::make_unique<DominatorTree>(const_cast<Function &>(F)); in calculate()1242 DT = DTPtr.get(); in calculate()