Searched defs:FunctionRecord (Results 1 – 2 of 2) sorted by relevance
49 struct FunctionRecord { struct53 std::map<const GlobalValue*, unsigned> GlobalInfo;56 bool MayReadAnyGlobal;58 unsigned getInfoForGlobal(const GlobalValue *GV) const { in getInfoForGlobal()69 unsigned FunctionEffect;71 FunctionRecord() : MayReadAnyGlobal (false), FunctionEffect(0) {} in FunctionRecord() argument
253 struct FunctionRecord { struct263 FunctionRecord(StringRef Name, ArrayRef<StringRef> Filenames) in FunctionRecord() argument276 std::forward_iterator_tag, FunctionRecord> { argument