Lines Matching defs:FunctionInfo
183 template <typename CalleeTy> struct FunctionInfo {
222 using GVToSSI = std::map<const GlobalValue *, FunctionInfo<GlobalValue>>;
227 FunctionInfo<GlobalValue> Info;
276 FunctionInfo<GlobalValue> run();
553 FunctionInfo<GlobalValue> StackSafetyLocalAnalysis::run() {
554 FunctionInfo<GlobalValue> Info;
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) {
838 std::map<const GlobalValue *, FunctionInfo<GlobalValue>> Functions,
910 std::map<const GlobalValue *, FunctionInfo<GlobalValue>> Functions;
1152 std::map<const FunctionSummary *, FunctionInfo<FunctionSummary>> Functions;
1161 FunctionInfo<FunctionSummary> FI;