Searched refs:LoopUsesLocs (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLICM.cpp2066 std::vector<const DILocation *> LoopUsesLocs; local
2068 LoopUsesLocs.push_back(U->getDebugLoc().get());
2069 auto DL = DebugLoc(DILocation::getMergedLocations(LoopUsesLocs));

Completed in 73 milliseconds