Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DCloneFunction.cpp209 SmallPtrSet<const DISubprogram *, 16> MappedToSelfSPs; in CloneFunctionInto() local
213 MappedToSelfSPs.insert(ISP); in CloneFunctionInto()
220 if (LScope && MappedToSelfSPs.count(LScope->getSubprogram())) in CloneFunctionInto()