Searched refs:GetSE (Results 1 – 2 of 2) sorted by relevance
32 std::function<ScalarEvolution &()> GetSE; variable 37 StackSafetyInfo(Function *F, std::function<ScalarEvolution &()> GetSE);
885 std::function<ScalarEvolution &()> GetSE) in StackSafetyInfo() argument886 : F(F), GetSE(GetSE) {} in StackSafetyInfo()896 StackSafetyLocalAnalysis SSLA(*F, GetSE()); in getInfo()