Searched refs:StackSafetyInfo (Results 1 – 4 of 4) sorted by relevance
26 class StackSafetyInfo {36 StackSafetyInfo();37 StackSafetyInfo(Function *F, std::function<ScalarEvolution &()> GetSE);38 StackSafetyInfo(StackSafetyInfo &&);39 StackSafetyInfo &operator=(StackSafetyInfo &&);40 ~StackSafetyInfo();64 std::function<const StackSafetyInfo &(Function &F)> GetSSI;72 Module *M, std::function<const StackSafetyInfo [all...]
28 class StackSafetyInfo; variable40 std::function<const StackSafetyInfo *(const Function &F)> GetSSICallback =41 [](const Function &F) -> const StackSafetyInfo * { return nullptr; });
226 struct StackSafetyInfo::InfoTy {883 StackSafetyInfo::StackSafetyInfo() = default;885 StackSafetyInfo::StackSafetyInfo(Function *F, in StackSafetyInfo() function in StackSafetyInfo 889 StackSafetyInfo::StackSafetyInfo(StackSafetyInfo &&) = default;891 StackSafetyInfo &StackSafetyInfo[all...]
302 std::function<const StackSafetyInfo *(const Function &F)> GetSSICallback) { in computeFunctionSummary()888 std::function<const StackSafetyInfo *(const Function &F)> GetSSICallback) { in buildModuleSummaryIndex()1109 [&FAM, NeedSSI](const Function &F) -> const StackSafetyInfo * { in run()1146 [&](const Function &F) -> const StackSafetyInfo * { in runOnModule()