Searched refs:DirectCallsToDefinedFunctions (Results 1 – 4 of 4) sorted by relevance
63 int64_t DirectCallsToDefinedFunctions = 0; member in __anondbd746d00111::KernelInfo218 ++DirectCallsToDefinedFunctions; in updateForBB()311 REMARK_PROPERTY(DirectCallsToDefinedFunctions); in emitKernelInfo()
81 DirectCallsToDefinedFunctions += Direction; in updateForBB()273 DirectCallsToDefinedFunctions != FPI.DirectCallsToDefinedFunctions || in operator ==()333 PRINT_PROPERTY(DirectCallsToDefinedFunctions) in print()
288 return getCachedFPI(F).DirectCallsToDefinedFunctions; in getLocalCalls()321 getCachedFPI(*Caller).DirectCallsToDefinedFunctions; in onSuccessfulInlining()332 getCachedFPI(*Callee).DirectCallsToDefinedFunctions; in onSuccessfulInlining()
73 int64_t DirectCallsToDefinedFunctions = 0; variable