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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp1391 const DebugLoc &TheCallDL = TheCall->getDebugLoc(); local
1392 if (!TheCallDL)
1396 DILocation *InlinedAtNode = TheCallDL;
1446 BI->setDebugLoc(TheCallDL);

Completed in 124 milliseconds