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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp1396 DILocation *InlinedAtNode = TheCallDL; local
1400 InlinedAtNode = DILocation::getDistinct(
1401 Ctx, InlinedAtNode->getLine(), InlinedAtNode->getColumn(),
1402 InlinedAtNode->getScope(), InlinedAtNode->getInlinedAt());
1420 inlineLoopID(LoopID, InlinedAtNode, BI->getContext(), IANodes);
1427 inlineDebugLoc(DL, InlinedAtNode, BI->getContext(), IANodes);

Completed in 91 milliseconds