Lines Matching defs:DIL
695 const DILocation *DIL = Inst.getDebugLoc();
696 if (!DIL) {
711 return FS->findFunctionSamplesAt(FunctionSamples::getCallSiteIdentifier(DIL),
722 const DILocation *DIL = Inst.getDebugLoc();
725 if (!DIL) {
738 ContextTracker->getIndirectCalleeContextSamplesFor(DIL);
757 auto CallSite = FunctionSamples::getCallSiteIdentifier(DIL);
782 const DILocation *DIL = Inst.getDebugLoc();
783 if (!DIL)
786 auto it = DILocation2SampleMap.try_emplace(DIL,nullptr);
789 it.first->second = ContextTracker->getContextSamplesFor(DIL);
792 DIL, Reader->getRemapper(), &FuncNameToProfNameMap);
1629 const DILocation *DIL = DLoc;
1633 auto CallSite = FunctionSamples::getCallSiteIdentifier(DIL);