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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DStackSafetyAnalysis.h32 std::function<ScalarEvolution &()> GetSE; member in class:llvm::StackSafetyInfo
37 StackSafetyInfo(Function *F, std::function<ScalarEvolution &()> GetSE);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DStackSafetyAnalysis.cpp703 std::function<ScalarEvolution &()> GetSE)
704 : F(F), GetSE(GetSE) {}
714 StackSafetyLocalAnalysis SSLA(*F, GetSE());
702 StackSafetyInfo(Function *F, std::function<ScalarEvolution &()> GetSE) argument

Completed in 48 milliseconds