Lines Matching refs:FunctionInfo
175 template <typename CalleeTy> struct FunctionInfo { struct
215 using GVToSSI = std::map<const GlobalValue *, FunctionInfo<GlobalValue>>;
220 FunctionInfo<GlobalValue> Info;
255 FunctionInfo<GlobalValue> run();
442 FunctionInfo<GlobalValue> StackSafetyLocalAnalysis::run() { in run()
443 FunctionInfo<GlobalValue> Info; in run()
476 using FunctionMap = std::map<const CalleeTy *, FunctionInfo<CalleeTy>>;
486 void updateOneNode(const CalleeTy *Callee, FunctionInfo<CalleeTy> &FS);
553 const CalleeTy *Callee, FunctionInfo<CalleeTy> &FS) { in updateOneNode()
728 std::map<const GlobalValue *, FunctionInfo<GlobalValue>> Functions, in createGlobalStackSafetyInfo()
801 std::map<const GlobalValue *, FunctionInfo<GlobalValue>> Functions; in getInfo()
1022 std::map<const FunctionSummary *, FunctionInfo<FunctionSummary>> Functions; in generateParamAccessSummary()
1031 FunctionInfo<FunctionSummary> FI; in generateParamAccessSummary()