Searched refs:FunctionRecord (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.3-release/contrib/llvm/lib/Analysis/IPA/
H A DGlobalsModRef.cpp44 /// FunctionRecord - One instance of this structure is stored for every
48 struct FunctionRecord { struct in namespace:__anon2199
70 FunctionRecord() : MayReadAnyGlobal (false), FunctionEffect(0) {} function in struct:__anon2199::FunctionRecord
89 std::map<const Function*, FunctionRecord> FunctionInfo;
127 if (FunctionRecord *FR = getFunctionInfo(F)) {
144 if (FunctionRecord *FR = getFunctionInfo(F)) {
171 FunctionRecord *getFunctionInfo(const Function *F) {
172 std::map<const Function*, FunctionRecord>::iterator I =
379 FunctionRecord &FR = FunctionInfo[SCC[0]->getFunction()];
415 if (FunctionRecord *CalleeF
[all...]

Completed in 58 milliseconds