Lines Matching refs:DIL
54 auto FindTopLevelInlinedCallsite = [](const DILocation *DIL) { in findIRAnchors() argument
55 assert((DIL && DIL->getInlinedAt()) && "No inlined callsite"); in findIRAnchors()
58 PrevDIL = DIL; in findIRAnchors()
59 DIL = DIL->getInlinedAt(); in findIRAnchors()
60 } while (DIL->getInlinedAt()); in findIRAnchors()
63 DIL, FunctionSamples::ProfileIsFS); in findIRAnchors()
78 DILocation *DIL = I.getDebugLoc(); in findIRAnchors() local
79 if (!DIL) in findIRAnchors()
85 if (DIL->getInlinedAt()) { in findIRAnchors()
86 IRAnchors.emplace(FindTopLevelInlinedCallsite(DIL)); in findIRAnchors()
106 if (DIL->getInlinedAt()) { in findIRAnchors()
107 IRAnchors.emplace(FindTopLevelInlinedCallsite(DIL)); in findIRAnchors()
110 DIL, FunctionSamples::ProfileIsFS); in findIRAnchors()