Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleContextTracker.cpp484 const DILocation *PrevDIL = DIL; in getContextFor() local
486 StringRef Name = PrevDIL->getScope()->getSubprogram()->getLinkageName(); in getContextFor()
488 Name = PrevDIL->getScope()->getSubprogram()->getName(); in getContextFor()
492 PrevDIL = DIL; in getContextFor()
497 StringRef RootName = PrevDIL->getScope()->getSubprogram()->getLinkageName(); in getContextFor()
499 RootName = PrevDIL->getScope()->getSubprogram()->getName(); in getContextFor()
H A DSampleProfile.cpp2133 const DILocation *PrevDIL = nullptr; in findIRAnchors() local
2135 PrevDIL = DIL; in findIRAnchors()
2140 StringRef CalleeName = PrevDIL->getSubprogramLinkageName(); in findIRAnchors()
/freebsd-14.2/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProf.cpp243 const DILocation *PrevDIL = DIL; in findFunctionSamples() local
246 StringRef Name = PrevDIL->getScope()->getSubprogram()->getLinkageName(); in findFunctionSamples()
248 Name = PrevDIL->getScope()->getSubprogram()->getName(); in findFunctionSamples()
252 PrevDIL = DIL; in findFunctionSamples()