Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DSampleContextTracker.cpp489 const DILocation *PrevDIL = DIL; in getContextFor() local
491 StringRef Name = PrevDIL->getScope()->getSubprogram()->getLinkageName(); in getContextFor()
493 Name = PrevDIL->getScope()->getSubprogram()->getName(); in getContextFor()
496 PrevDIL = DIL; in getContextFor()
501 StringRef RootName = PrevDIL->getScope()->getSubprogram()->getLinkageName(); in getContextFor()
503 RootName = PrevDIL->getScope()->getSubprogram()->getName(); in getContextFor()
/llvm-project-15.0.7/llvm/lib/ProfileData/
H A DSampleProf.cpp251 const DILocation *PrevDIL = DIL; in findFunctionSamples() local
254 StringRef Name = PrevDIL->getScope()->getSubprogram()->getLinkageName(); in findFunctionSamples()
256 Name = PrevDIL->getScope()->getSubprogram()->getName(); in findFunctionSamples()
260 PrevDIL = DIL; in findFunctionSamples()