/llvm-project/llvm/lib/CodeGen/ |
H A D | MIRFSDiscriminator.cpp | 62 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 D | MIRSampleProfile.cpp | 267 auto DIL = BB->findBranchDebugLoc(); setBranchProbs() local
|
H A D | MachineInstr.cpp | 1820 auto *DIL = dyn_cast<DILabel>(MO.getMetadata()); print() local
|
/llvm-project/llvm/lib/IR/ |
H A D | PseudoProbe.cpp | 25 extractProbeFromDiscriminator(const DILocation *DIL) { in extractProbeFromDiscriminator() 89 const DILocation *DIL = DLoc; in setProbeDistributionFactor() local
|
/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | SampleContextTracker.cpp | 229 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 D | SampleProfileProbe.cpp | 368 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 D | SampleProfileMatcher.cpp | 62 auto FindTopLevelInlinedCallsite = [](const DILocation *DIL) { in findIRAnchors() local 38 __anond79c716f0102(const DILocation *DIL) findIRAnchors() argument [all...] |
H A D | SampleProfile.cpp | 682 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 D | AddDiscriminators.cpp | 175 const DILocation *DIL = I.getDebugLoc(); in addDiscriminators() local
|
H A D | LoopUnrollAndJam.cpp | 350 if (const DILocation *DIL = I.getDebugLoc()) { UnrollAndJamLoop() local
|
H A D | LoopUnroll.cpp | 698 auto NewDIL = DIL->cloneByMultiplyingDuplicationFactor(ULO.Count); in UnrollLoop() local
|
/llvm-project/llvm/lib/ProfileData/ |
H A D | SampleProf.cpp | 216 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 D | InlineAdvisor.cpp | 442 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 D | MemProfiler.cpp | 867 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 D | MachineInstrTest.cpp | 217 DILocation *DIL = DILocation::get(Ctx, 1, 5, DIS); in TEST() local
|
/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | VPlan.cpp | 380 const DILocation *DIL = DL; setDebugLocFrom() local
|
/llvm-project/llvm/lib/Bitcode/Reader/ |
H A D | BitcodeReader.cpp | 6541 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 D | CGDebugInfo.cpp | 5788 llvm::DILocation *DIL = Value->getDebugLoc().get(); EmitPseudoVariable() local
|
/llvm-project/llvm/lib/Frontend/OpenMP/ |
H A D | OMPIRBuilder.cpp | 909 DILocation *DIL = DL.get(); getOrCreateSrcLocStr() local
|