Lines Matching defs:FPI
229 FunctionPropertiesInfo FPI;
232 FPI.reIncludeBB(BB);
233 FPI.updateAggregateStats(F, LI);
234 return FPI;
310 FunctionPropertiesInfo &FPI, CallBase &CB)
311 : FPI(FPI), CallSiteBB(*CB.getParent()), Caller(*CallSiteBB.getParent()) {
376 FPI.updateForBB(*BB, -1);
455 FPI.reIncludeBB(*BB);
468 FPI.updateForBB(*U, -1);
475 FPI.updateAggregateStats(Caller, LI);
477 assert(isUpdateValid(Caller, FPI, FAM));
482 const FunctionPropertiesInfo &FPI,
490 return FPI == Fresh;