Home
last modified time | relevance | path

Searched refs:PrevDIL (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleContextTracker.cpp485 const DILocation *PrevDIL = DIL; in getContextFor() local
487 StringRef Name = PrevDIL->getScope()->getSubprogram()->getLinkageName(); in getContextFor()
489 Name = PrevDIL->getScope()->getSubprogram()->getName(); in getContextFor()
493 PrevDIL = DIL; in getContextFor()
498 StringRef RootName = PrevDIL->getScope()->getSubprogram()->getLinkageName(); in getContextFor()
500 RootName = PrevDIL->getScope()->getSubprogram()->getName(); in getContextFor()
H A DSampleProfileMatcher.cpp65 const DILocation *PrevDIL = nullptr; in findIRAnchors() local
67 PrevDIL = DIL; in findIRAnchors()
73 StringRef CalleeName = PrevDIL->getSubprogramLinkageName(); in findIRAnchors()
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProf.cpp274 const DILocation *PrevDIL = DIL; in findFunctionSamples() local
277 StringRef Name = PrevDIL->getScope()->getSubprogram()->getLinkageName(); in findFunctionSamples()
279 Name = PrevDIL->getScope()->getSubprogram()->getName(); in findFunctionSamples()
283 PrevDIL = DIL; in findFunctionSamples()