Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DSpeculateAnalyses.cpp88 DenseMap<StringRef, DenseSet<StringRef>> CallerAndCalles; in operator ()() local
121 CallerAndCalles.insert({F.getName(), std::move(Calles)}); in operator ()()
123 return CallerAndCalles; in operator ()()
283 DenseMap<StringRef, DenseSet<StringRef>> CallerAndCalles; in operator ()() local
300 CallerAndCalles.insert({F.getName(), std::move(Calles)}); in operator ()()
301 return CallerAndCalles; in operator ()()