Searched refs:GetSSI (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DStackSafetyAnalysis.h63 std::function<const StackSafetyInfo &(Function &F)> GetSSI; member in class:llvm::StackSafetyGlobalInfo
71 Module *M, std::function<const StackSafetyInfo &(Function &F)> GetSSI,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DStackSafetyAnalysis.cpp729 auto FI = GetSSI(F).getInfo().Info;
786 Module *M, std::function<const StackSafetyInfo &(Function &F)> GetSSI,
788 : M(M), GetSSI(GetSSI), Index(Index) {
785 StackSafetyGlobalInfo( Module *M, std::function<const StackSafetyInfo &(Function &F)> GetSSI, const ModuleSummaryIndex *Index) argument

Completed in 138 milliseconds