/freebsd-src/contrib/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(); in setBranchProbs() local
|
H A D | MachineInstr.cpp | 1757 auto *DIL = dyn_cast<DILabel>(MO.getMetadata()); print() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/IR/ |
H A D | PseudoProbe.cpp | 25 extractProbeFromDiscriminator(const DILocation *DIL) { in extractProbeFromDiscriminator() argument 89 const DILocation *DIL = DLoc; in setProbeDistributionFactor() local
|
/freebsd-src/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() 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 | 54 getCallStackHash(const DILocation * DIL) getCallStackHash() argument 282 auto DIL = DILocation::get(SP->getContext(), 0, 0, SP); instrumentOneFunc() local 326 if (auto DIL = Probe->getDebugLoc()) { instrumentOneFunc() local 344 if (auto DIL = Call->getDebugLoc()) { instrumentOneFunc() local [all...] |
H A D | SampleProfile.cpp | 735 const DILocation *DIL = Inst.getDebugLoc(); findCalleeFunctionSamples() local 761 const DILocation *DIL = Inst.getDebugLoc(); findIndirectCallFunctionSamples() local 821 const DILocation *DIL = Inst.getDebugLoc(); findFunctionSamples() local 1676 const DILocation *DIL = DLoc; generateMDProfMetadata() local 2131 __anone4875bea0502(const DILocation *DIL) findIRAnchors() argument 2154 DILocation *DIL = I.getDebugLoc(); findIRAnchors() local [all...] |
/freebsd-src/contrib/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...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | AddDiscriminators.cpp | 175 const DILocation *DIL = I.getDebugLoc(); in addDiscriminators() local
|
H A D | LoopUnroll.cpp | 546 if (const DILocation *DIL = I.getDebugLoc()) { UnrollLoop() local
|
H A D | LoopUnrollAndJam.cpp | 350 if (const DILocation *DIL = I.getDebugLoc()) { in UnrollAndJamLoop() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | InlineAdvisor.cpp | 441 for (DILocation *DIL = DLoc.get(); DIL; DIL = DIL->getInlinedAt()) { formatCallSiteLocation() local 471 for (DILocation *DIL = DLoc.get(); DIL; DIL = DIL->getInlinedAt()) { addLocationToRemarks() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | MemProfiler.cpp | 758 __anon2d47f2650302(const DILocation *DIL) readMemprof() argument 791 for (const DILocation *DIL = I.getDebugLoc(); DIL != nullptr; readMemprof() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | VPlan.cpp | 363 const DILocation *DIL = DL; setDebugLocFrom() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
H A D | OMPIRBuilder.cpp | 846 DILocation *DIL = DL.get(); getOrCreateSrcLocStr() local
|