Searched refs:GetSE (Results 1 – 2 of 2) sorted by relevance
32 std::function<ScalarEvolution &()> GetSE; variable37 StackSafetyInfo(Function *F, std::function<ScalarEvolution &()> GetSE);
886 std::function<ScalarEvolution &()> GetSE) in StackSafetyInfo() argument887 : F(F), GetSE(GetSE) {} in StackSafetyInfo()897 StackSafetyLocalAnalysis SSLA(*F, GetSE()); in getInfo()