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();
521 FunctionInfo<GlobalValue> StackSafetyLocalAnalysis::run() { in run()
522 FunctionInfo<GlobalValue> Info; in run()
555 using FunctionMap = std::map<const CalleeTy *, FunctionInfo<CalleeTy>>;
565 void updateOneNode(const CalleeTy *Callee, FunctionInfo<CalleeTy> &FS);
632 const CalleeTy *Callee, FunctionInfo<CalleeTy> &FS) { in updateOneNode()
806 std::map<const GlobalValue *, FunctionInfo<GlobalValue>> Functions, in createGlobalStackSafetyInfo()
878 std::map<const GlobalValue *, FunctionInfo<GlobalValue>> Functions; in getInfo()
1119 std::map<const FunctionSummary *, FunctionInfo<FunctionSummary>> Functions; in generateParamAccessSummary()
1128 FunctionInfo<FunctionSummary> FI; in generateParamAccessSummary()