Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DSpeculateAnalyses.cpp89 DenseSet<StringRef> Calles; in operator ()() local
117 findCalles(BBFreqs[i].first, Calles); in operator ()()
119 assert(!Calles.empty() && "Running Analysis on Function with no calls?"); in operator ()()
121 CallerAndCalles.insert({F.getName(), std::move(Calles)}); in operator ()()
284 DenseSet<StringRef> Calles; in operator ()() local
298 findCalles(BB, Calles); in operator ()()
300 CallerAndCalles.insert({F.getName(), std::move(Calles)}); in operator ()()