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.cpp270 auto DIL = BB->findBranchDebugLoc(); in setBranchProbs() local
H A DMachineInstr.cpp1930 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.cpp230 DILocation *DIL = Inst.getDebugLoc(); in getCalleeContextSamplesFor() local
255 const DILocation *DIL) { in getIndirectCalleeContextSamplesFor()
274 SampleContextTracker::getContextSamplesFor(const DILocation *DIL) { in getContextSamplesFor()
375 DILocation *DIL = Inst.getDebugLoc(); in promoteMergeContextSamplesTree() local
466 SampleContextTracker::getCalleeContextFor(const DILocation *DIL, in getCalleeContextFor()
480 ContextTrieNode *SampleContextTracker::getContextFor(const DILocation *DIL) { in getContextFor()
H A DSampleProfileProbe.cpp54 static uint64_t getCallStackHash(const DILocation *DIL) { in getCallStackHash()
365 auto DIL = DILocation::get(SP->getContext(), 0, 0, SP); in instrumentOneFunc() local
408 if (auto DIL = Probe->getDebugLoc()) { in instrumentOneFunc() local
426 if (auto DIL = Call->getDebugLoc()) { in instrumentOneFunc() local
H A DSampleProfile.cpp697 const DILocation *DIL = Inst.getDebugLoc(); in findCalleeFunctionSamples() local
724 const DILocation *DIL = Inst.getDebugLoc(); in findIndirectCallFunctionSamples() local
784 const DILocation *DIL = Inst.getDebugLoc(); in findFunctionSamples() local
1629 const DILocation *DIL = DLoc; in generateMDProfMetadata() local
2145 if (const DILocation *DIL = I.getDebugLoc().get()) { in removePseudoProbeInstsDiscriminator() local
H A DSampleProfileMatcher.cpp63 auto FindTopLevelInlinedCallsite = [](const DILocation *DIL) { in findIRAnchors()
87 DILocation *DIL = I.getDebugLoc(); in findIRAnchors() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemProfUse.cpp194 auto GetOffset = [](const DILocation *DIL) { in extractCallsFromIR()
221 for (const DILocation *DIL = I.getDebugLoc(); DIL; in extractCallsFromIR() local
491 auto GetOffset = [](const DILocation *DIL) { in readMemprof()
522 for (const DILocation *DIL = I.getDebugLoc(); DIL != nullptr; in readMemprof() 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.cpp351 if (const DILocation *DIL = I.getDebugLoc()) { in UnrollAndJamLoop() local
H A DLoopUnroll.cpp694 if (const DILocation *DIL = I.getDebugLoc()) { in UnrollLoop() local
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProf.cpp245 unsigned FunctionSamples::getOffset(const DILocation *DIL) { in getOffset()
250 LineLocation FunctionSamples::getCallSiteIdentifier(const DILocation *DIL, in getCallSiteIdentifier()
268 const DILocation *DIL, SampleProfileReaderItaniumRemapper *Remapper, in findFunctionSamples()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DInlineAdvisor.cpp477 for (DILocation *DIL = DLoc.get(); DIL; DIL = DIL->getInlinedAt()) { in formatCallSiteLocation() local
507 for (DILocation *DIL = DLoc.get(); DIL; DIL = DIL->getInlinedAt()) { in addLocationToRemarks() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.cpp386 const DILocation *DIL = DL; in setDebugLocFrom() local
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp6636 DILocation *DIL = cast<DILocation>(getFnMetadataByID(Record[0])); in parseFunctionBody() local
6665 DILocation *DIL = cast<DILocation>(getFnMetadataByID(Record[Slot++])); in parseFunctionBody() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp6051 llvm::DILocation *DIL = Value->getDebugLoc().get(); in EmitPseudoVariable() local
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp968 DILocation *DIL = DL.get(); in getOrCreateSrcLocStr() local