Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
DSpeculateAnalyses.cpp89 DenseMap<StringRef, DenseSet<StringRef>> CallerAndCalles; in operator ()() local
122 CallerAndCalles.insert({F.getName(), std::move(Calles)}); in operator ()()
124 return CallerAndCalles; in operator ()()
284 DenseMap<StringRef, DenseSet<StringRef>> CallerAndCalles; in operator ()() local
301 CallerAndCalles.insert({F.getName(), std::move(Calles)}); in operator ()()
302 return CallerAndCalles; in operator ()()