/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | MIRFSDiscriminator.cpp | 60 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 D | MIRSampleProfile.cpp | 267 auto DIL = BB->findBranchDebugLoc(); in setBranchProbs() local
|
H A D | MachineInstr.cpp | 1819 auto *DIL = dyn_cast<DILabel>(MO.getMetadata()); in print() local
|
/freebsd/contrib/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
|
/freebsd/contrib/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() 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 D | SampleProfileProbe.cpp | 55 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 D | SampleProfile.cpp | 695 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 D | SampleProfileMatcher.cpp | 54 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 D | AddDiscriminators.cpp | 178 Location L = std::make_pair(DIL->getFilename(), DIL->getLine()); in addDiscriminators() local [all...] |
H A D | LoopUnrollAndJam.cpp | 350 if (const DILocation *DIL = I.getDebugLoc()) { in UnrollAndJamLoop() local
|
H A D | LoopUnroll.cpp | 698 if (const DILocation *DIL = I.getDebugLoc()) { in UnrollLoop() local
|
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/ |
H A D | SampleProf.cpp | 216 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 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()) { in addLocationToRemarks() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | MemProfiler.cpp | 874 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 D | VPlan.cpp | 381 const DILocation *DIL = DL; in setDebugLocFrom() local
|
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
H A D | BitcodeReader.cpp | 6540 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 D | CGDebugInfo.cpp | 5788 llvm::DILocation *DIL = Value->getDebugLoc().get(); in EmitPseudoVariable() local
|
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
H A D | OMPIRBuilder.cpp | 909 DILocation *DIL = DL.get(); in getOrCreateSrcLocStr() local
|