Lines Matching refs:FunctionInfo
183 template <typename CalleeTy> struct FunctionInfo { struct
222 using GVToSSI = std::map<const GlobalValue *, FunctionInfo<GlobalValue>>;
227 FunctionInfo<GlobalValue> Info;
268 FunctionInfo<GlobalValue> run();
531 FunctionInfo<GlobalValue> StackSafetyLocalAnalysis::run() { in run()
532 FunctionInfo<GlobalValue> Info; in run()
565 using FunctionMap = std::map<const CalleeTy *, FunctionInfo<CalleeTy>>;
575 void updateOneNode(const CalleeTy *Callee, FunctionInfo<CalleeTy> &FS);
642 const CalleeTy *Callee, FunctionInfo<CalleeTy> &FS) { in updateOneNode()
816 std::map<const GlobalValue *, FunctionInfo<GlobalValue>> Functions, in createGlobalStackSafetyInfo()
888 std::map<const GlobalValue *, FunctionInfo<GlobalValue>> Functions; in getInfo()
1130 std::map<const FunctionSummary *, FunctionInfo<FunctionSummary>> Functions; in generateParamAccessSummary()
1139 FunctionInfo<FunctionSummary> FI; in generateParamAccessSummary()