Home
last modified time | relevance | path

Searched defs:DIL (Results 1 – 18 of 18) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDMIRFSDiscriminator.cpp62 const DILocation *DIL) { in getCallStackHashV0()
78 static uint64_t getCallStackHash(const DILocation *DIL) { in getCallStackHash()
145 const DILocation *DIL = I.getDebugLoc().get(); in runOnMachineFunction() local
HDMIRSampleProfile.cpp267 auto DIL = BB->findBranchDebugLoc(); in setBranchProbs() local
HDMachineInstr.cpp1819 auto *DIL = dyn_cast<DILabel>(MO.getMetadata()); in print() local
/freebsd-14-stable/contrib/llvm-project/llvm/lib/IR/
HDPseudoProbe.cpp25 extractProbeFromDiscriminator(const DILocation *DIL) { in extractProbeFromDiscriminator()
89 const DILocation *DIL = DLoc; in setProbeDistributionFactor() local
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
HDSampleContextTracker.cpp229 DILocation *DIL = Inst.getDebugLoc(); in getCalleeContextSamplesFor() local
254 const DILocation *DIL) { in getIndirectCalleeContextSamplesFor()
273 SampleContextTracker::getContextSamplesFor(const DILocation *DIL) { in getContextSamplesFor()
374 DILocation *DIL = Inst.getDebugLoc(); in promoteMergeContextSamplesTree() local
465 SampleContextTracker::getCalleeContextFor(const DILocation *DIL, in getCalleeContextFor()
479 ContextTrieNode *SampleContextTracker::getContextFor(const DILocation *DIL) { in getContextFor()
HDSampleProfileProbe.cpp55 static uint64_t getCallStackHash(const DILocation *DIL) { in getCallStackHash()
368 auto DIL = DILocation::get(SP->getContext(), 0, 0, SP); in instrumentOneFunc() local
412 if (auto DIL = Probe->getDebugLoc()) { in instrumentOneFunc() local
430 if (auto DIL = Call->getDebugLoc()) { in instrumentOneFunc() local
HDSampleProfile.cpp695 const DILocation *DIL = Inst.getDebugLoc(); in findCalleeFunctionSamples() local
722 const DILocation *DIL = Inst.getDebugLoc(); in findIndirectCallFunctionSamples() local
782 const DILocation *DIL = Inst.getDebugLoc(); in findFunctionSamples() local
1629 const DILocation *DIL = DLoc; in generateMDProfMetadata() local
HDSampleProfileMatcher.cpp54 auto FindTopLevelInlinedCallsite = [](const DILocation *DIL) { in findIRAnchors()
78 DILocation *DIL = I.getDebugLoc(); in findIRAnchors() local
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
HDAddDiscriminators.cpp175 const DILocation *DIL = I.getDebugLoc(); in addDiscriminators() local
HDLoopUnrollAndJam.cpp350 if (const DILocation *DIL = I.getDebugLoc()) { in UnrollAndJamLoop() local
HDLoopUnroll.cpp698 if (const DILocation *DIL = I.getDebugLoc()) { in UnrollLoop() local
/freebsd-14-stable/contrib/llvm-project/llvm/lib/ProfileData/
HDSampleProf.cpp216 unsigned FunctionSamples::getOffset(const DILocation *DIL) { in getOffset()
221 LineLocation FunctionSamples::getCallSiteIdentifier(const DILocation *DIL, in getCallSiteIdentifier()
239 const DILocation *DIL, SampleProfileReaderItaniumRemapper *Remapper, in findFunctionSamples()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Analysis/
HDInlineAdvisor.cpp442 for (DILocation *DIL = DLoc.get(); DIL; DIL = DIL->getInlinedAt()) { in formatCallSiteLocation() local
472 for (DILocation *DIL = DLoc.get(); DIL; DIL = DIL->getInlinedAt()) { in addLocationToRemarks() local
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
HDMemProfiler.cpp874 auto GetOffset = [](const DILocation *DIL) { in readMemprof()
907 for (const DILocation *DIL = I.getDebugLoc(); DIL != nullptr; in readMemprof() local
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
HDVPlan.cpp381 const DILocation *DIL = DL; in setDebugLocFrom() local
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
HDBitcodeReader.cpp6540 DILocation *DIL = cast<DILocation>(getFnMetadataByID(Record[0])); in parseFunctionBody() local
6569 DILocation *DIL = cast<DILocation>(getFnMetadataByID(Record[Slot++])); in parseFunctionBody() local
/freebsd-14-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGDebugInfo.cpp5788 llvm::DILocation *DIL = Value->getDebugLoc().get(); in EmitPseudoVariable() local
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
HDOMPIRBuilder.cpp909 DILocation *DIL = DL.get(); in getOrCreateSrcLocStr() local