Home | History | Annotate | Download | only in IPA

Lines Matching defs:FunctionRecord

45   /// FunctionRecord - One instance of this structure is stored for every
49 struct FunctionRecord {
71 FunctionRecord() : MayReadAnyGlobal (false), FunctionEffect(0) {}
90 std::map<const Function*, FunctionRecord> FunctionInfo;
132 if (FunctionRecord *FR = getFunctionInfo(F)) {
149 if (FunctionRecord *FR = getFunctionInfo(F)) {
176 FunctionRecord *getFunctionInfo(const Function *F) {
177 std::map<const Function*, FunctionRecord>::iterator I =
373 FunctionRecord &FR = FunctionInfo[SCC[0]->getFunction()];
409 if (FunctionRecord *CalleeFR = getFunctionInfo(Callee)) {
548 if (const FunctionRecord *FR = getFunctionInfo(F))