Searched defs:InlineCost (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/contrib/llvm/include/llvm/Analysis/
H A DInlineCost.h51 class InlineCost { class in namespace:llvm
64 InlineCost(int Cost, int Threshold) : Cost(Cost), Threshold(Threshold) {} function in class:llvm::InlineCost
[all...]

Completed in 106 milliseconds