Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCloneFunction.cpp235 SmallPtrSet<const DISubprogram *, 16> MappedToSelfSPs; in CloneFunctionInto() local
239 MappedToSelfSPs.insert(ISP); in CloneFunctionInto()
246 if (LScope && MappedToSelfSPs.count(LScope->getSubprogram())) in CloneFunctionInto()