Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/CodeGen/
H A DMIRFSDiscriminator.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
H A DMIRSampleProfile.cpp267 auto DIL = BB->findBranchDebugLoc(); setBranchProbs() local
H A DMachineInstr.cpp1820 auto *DIL = dyn_cast<DILabel>(MO.getMetadata()); print() local
/llvm-project/llvm/lib/IR/
H A DPseudoProbe.cpp25 extractProbeFromDiscriminator(const DILocation *DIL) { in extractProbeFromDiscriminator()
89 const DILocation *DIL = DLoc; in setProbeDistributionFactor() local
/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleContextTracker.cpp229 DILocation *DIL = Inst.getDebugLoc(); in getCalleeContextSamplesFor() local
254 const DILocation *DIL) { in getIndirectCalleeContextSamplesFor() argument
273 SampleContextTracker::getContextSamplesFor(const DILocation *DIL) { in getContextSamplesFor() argument
374 DILocation *DIL = Inst.getDebugLoc(); promoteMergeContextSamplesTree() local
465 getCalleeContextFor(const DILocation * DIL,FunctionId CalleeName) getCalleeContextFor() argument
479 getContextFor(const DILocation * DIL) getContextFor() argument
[all...]
H A DSampleProfileProbe.cpp368 I->setDebugLoc(DIL); in instrumentOneFunc() local
412 if (DIL->getDiscriminator()) { in instrumentOneFunc() local
55 getCallStackHash(const DILocation * DIL) getCallStackHash() argument
430 if (auto DIL = Call->getDebugLoc()) { instrumentOneFunc() local
[all...]
H A DSampleProfileMatcher.cpp62 auto FindTopLevelInlinedCallsite = [](const DILocation *DIL) { in findIRAnchors() local
38 __anond79c716f0102(const DILocation *DIL) findIRAnchors() argument
[all...]
H A DSampleProfile.cpp682 const DILocation *DIL = Inst.getDebugLoc(); findCalleeFunctionSamples() local
708 const DILocation *DIL = Inst.getDebugLoc(); findIndirectCallFunctionSamples() local
768 const DILocation *DIL = Inst.getDebugLoc(); findFunctionSamples() local
1615 const DILocation *DIL = DLoc; generateMDProfMetadata() local
[all...]
/llvm-project/llvm/lib/Transforms/Utils/
H A DAddDiscriminators.cpp175 const DILocation *DIL = I.getDebugLoc(); in addDiscriminators() local
H A DLoopUnrollAndJam.cpp350 if (const DILocation *DIL = I.getDebugLoc()) { UnrollAndJamLoop() local
H A DLoopUnroll.cpp698 auto NewDIL = DIL->cloneByMultiplyingDuplicationFactor(ULO.Count); in UnrollLoop() local
/llvm-project/llvm/lib/ProfileData/
H A DSampleProf.cpp216 unsigned FunctionSamples::getOffset(const DILocation *DIL) { in getOffset() argument
221 LineLocation FunctionSamples::getCallSiteIdentifier(const DILocation *DIL, in getCallSiteIdentifier() argument
239 const DILocation *DIL, SampleProfileReaderItaniumRemapper *Remapper, in findFunctionSamples() argument
[all...]
/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()) { addLocationToRemarks() local
[all...]
/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemProfiler.cpp867 DIL = DIL->getInlinedAt()) { in readMemprof() argument
900 for (const DILocation *DIL = I.getDebugLoc(); DIL != nullptr; readMemprof() local
[all...]
/llvm-project/llvm/unittests/CodeGen/
H A DMachineInstrTest.cpp217 DILocation *DIL = DILocation::get(Ctx, 1, 5, DIS); in TEST() local
/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.cpp380 const DILocation *DIL = DL; setDebugLocFrom() local
/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp6541 DILocation *DIL = cast<DILocation>(getFnMetadataByID(Record[0])); parseFunctionBody() local
6570 DILocation *DIL = cast<DILocation>(getFnMetadataByID(Record[Slot++])); parseFunctionBody() local
/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp5788 llvm::DILocation *DIL = Value->getDebugLoc().get(); EmitPseudoVariable() local
/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp909 DILocation *DIL = DL.get(); getOrCreateSrcLocStr() local