Home
last modified time | relevance | path

Searched defs:FunctionRecord (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Analysis/IPA/
DGlobalsModRef.cpp49 struct FunctionRecord { struct
53 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
/external/llvm/include/llvm/ProfileData/
DCoverageMapping.h253 struct FunctionRecord { struct
263 FunctionRecord(StringRef Name, ArrayRef<StringRef> Filenames) in FunctionRecord() argument
276 std::forward_iterator_tag, FunctionRecord> { argument