Home
last modified time | relevance | path

Searched refs:CallerFI (Results 1 – 1 of 1) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Analysis/
DInlineCost.cpp512 FunctionInfo &CallerFI = CachedFunctionInfo[Caller]; in getInlineCost() local
515 if (CallerFI.Metrics.NumBlocks == 0) { in getInlineCost()
516 CallerFI.analyzeFunction(Caller, TD); in getInlineCost()
526 if (!CallerFI.Metrics.usesDynamicAlloca) in getInlineCost()