Lines Matching refs:FPI
23 FunctionPropertiesInfo FPI; in getFunctionPropertiesInfo() local
25 FPI.Uses = ((!F.hasLocalLinkage()) ? 1 : 0) + F.getNumUses(); in getFunctionPropertiesInfo()
28 ++FPI.BasicBlockCount; in getFunctionPropertiesInfo()
32 FPI.BlocksReachedFromConditionalInstruction += BI->getNumSuccessors(); in getFunctionPropertiesInfo()
34 FPI.BlocksReachedFromConditionalInstruction += in getFunctionPropertiesInfo()
42 ++FPI.DirectCallsToDefinedFunctions; in getFunctionPropertiesInfo()
45 ++FPI.LoadInstCount; in getFunctionPropertiesInfo()
47 ++FPI.StoreInstCount; in getFunctionPropertiesInfo()
53 if (FPI.MaxLoopDepth < LoopDepth) in getFunctionPropertiesInfo()
54 FPI.MaxLoopDepth = LoopDepth; in getFunctionPropertiesInfo()
56 FPI.TopLevelLoopCount += llvm::size(LI); in getFunctionPropertiesInfo()
57 return FPI; in getFunctionPropertiesInfo()