Lines Matching refs:FunctionInfo
183 template <typename CalleeTy> struct FunctionInfo { struct
222 using GVToSSI = std::map<const GlobalValue *, FunctionInfo<GlobalValue>>;
227 FunctionInfo<GlobalValue> Info;
276 FunctionInfo<GlobalValue> run();
553 FunctionInfo<GlobalValue> StackSafetyLocalAnalysis::run() { in run()
554 FunctionInfo<GlobalValue> Info; in run()
587 using FunctionMap = std::map<const CalleeTy *, FunctionInfo<CalleeTy>>;
597 void updateOneNode(const CalleeTy *Callee, FunctionInfo<CalleeTy> &FS);
664 const CalleeTy *Callee, FunctionInfo<CalleeTy> &FS) { in updateOneNode()
838 std::map<const GlobalValue *, FunctionInfo<GlobalValue>> Functions, in createGlobalStackSafetyInfo()
910 std::map<const GlobalValue *, FunctionInfo<GlobalValue>> Functions; in getInfo()
1152 std::map<const FunctionSummary *, FunctionInfo<FunctionSummary>> Functions; in generateParamAccessSummary()
1161 FunctionInfo<FunctionSummary> FI; in generateParamAccessSummary()