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