Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DSpeculateAnalyses.cpp86 DenseMap<StringRef, DenseSet<StringRef>> CallerAndCalles; in operator ()() local
119 CallerAndCalles.insert({F.getName(), std::move(Calles)}); in operator ()()
121 return CallerAndCalles; in operator ()()
281 DenseMap<StringRef, DenseSet<StringRef>> CallerAndCalles; in operator ()() local
298 CallerAndCalles.insert({F.getName(), std::move(Calles)}); in operator ()()
299 return CallerAndCalles; in operator ()()