Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMIRFSDiscriminator.cpp60 getCallStackHashV0(const MachineBasicBlock & BB,const MachineInstr & MI,const DILocation * DIL) getCallStackHashV0() argument
76 getCallStackHash(const DILocation * DIL) getCallStackHash() argument
143 const DILocation *DIL = I.getDebugLoc().get(); runOnMachineFunction() local
[all...]
H A DMIRSampleProfile.cpp267 auto DIL = BB->findBranchDebugLoc(); in setBranchProbs() local
H A DMachineInstr.cpp1819 auto *DIL = dyn_cast<DILabel>(MO.getMetadata()); in print() local
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DPseudoProbe.cpp25 extractProbeFromDiscriminator(const DILocation *DIL) { in extractProbeFromDiscriminator()
89 const DILocation *DIL = DLoc; in setProbeDistributionFactor() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleContextTracker.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()
H A DSampleProfileProbe.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
H A DSampleProfile.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
H A DSampleProfileMatcher.cpp54 auto FindTopLevelInlinedCallsite = [](const DILocation *DIL) { in findIRAnchors()
78 DILocation *DIL = I.getDebugLoc(); in findIRAnchors() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DAddDiscriminators.cpp178 Location L = std::make_pair(DIL->getFilename(), DIL->getLine()); in addDiscriminators() local
[all...]
H A DLoopUnrollAndJam.cpp350 if (const DILocation *DIL = I.getDebugLoc()) { in UnrollAndJamLoop() local
H A DLoopUnroll.cpp698 if (const DILocation *DIL = I.getDebugLoc()) { in UnrollLoop() local
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProf.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/contrib/llvm-project/llvm/lib/Analysis/
H A DInlineAdvisor.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/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemProfiler.cpp874 auto GetOffset = [](const DILocation *DIL) { in readMemprof()
907 for (const DILocation *DIL = I.getDebugLoc(); DIL != nullptr; in readMemprof() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.cpp381 const DILocation *DIL = DL; in setDebugLocFrom() local
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp6540 DILocation *DIL = cast<DILocation>(getFnMetadataByID(Record[0])); in parseFunctionBody() local
6569 DILocation *DIL = cast<DILocation>(getFnMetadataByID(Record[Slot++])); in parseFunctionBody() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp5788 llvm::DILocation *DIL = Value->getDebugLoc().get(); in EmitPseudoVariable() local
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp909 DILocation *DIL = DL.get(); in getOrCreateSrcLocStr() local