Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DInlineCost.h99 unsigned AllocaWeight; member
102 : ConstantWeight(CWeight), AllocaWeight(AWeight) in ArgInfo()
/external/swiftshader/third_party/LLVM/lib/Analysis/
DInlineCost.cpp397 InlineCost -= CalleeFI->ArgumentWeights[ArgNo].AllocaWeight; in getInlineSize()