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.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 DSampleProfileMatcher.cpp56 const DILocation *PrevDIL = nullptr; in findIRAnchors() local
58 PrevDIL = DIL; in findIRAnchors()
64 StringRef CalleeName = PrevDIL->getSubprogramLinkageName(); in findIRAnchors()
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProf.cpp245 const DILocation *PrevDIL = DIL; in findFunctionSamples() local
248 StringRef Name = PrevDIL->getScope()->getSubprogram()->getLinkageName(); in findFunctionSamples()
250 Name = PrevDIL->getScope()->getSubprogram()->getName(); in findFunctionSamples()
254 PrevDIL = DIL; in findFunctionSamples()